Fix syntax for Homepage datetime widget
This commit is contained in:
parent
1dabf955a8
commit
78b3a989f9
1 changed files with 6 additions and 4 deletions
|
|
@ -89,10 +89,12 @@ The names are arbitrary and you can order them as you wish through the `sortOrde
|
|||
|
||||
widgets = [
|
||||
{
|
||||
locale = "fr";
|
||||
format = {
|
||||
dateStyle = "long";
|
||||
timeStyle = "long";
|
||||
datetime = {
|
||||
locale = "fr";
|
||||
format = {
|
||||
dateStyle = "long";
|
||||
timeStyle = "long";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue