Fix syntax for Homepage datetime widget
This commit is contained in:
parent
1dabf955a8
commit
b5b233dac8
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 = [
|
widgets = [
|
||||||
{
|
{
|
||||||
locale = "fr";
|
datetime = {
|
||||||
format = {
|
locale = "fr";
|
||||||
dateStyle = "long";
|
format = {
|
||||||
timeStyle = "long";
|
dateStyle = "long";
|
||||||
|
timeStyle = "long";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue