From 78b3a989f9975ada6cbbe39908a998b9400c8110 Mon Sep 17 00:00:00 2001 From: Dmitry <1315874+dniku@users.noreply.github.com> Date: Sun, 29 Mar 2026 18:40:00 +0100 Subject: [PATCH] Fix syntax for Homepage datetime widget --- modules/services/homepage/docs/default.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/services/homepage/docs/default.md b/modules/services/homepage/docs/default.md index f82f9c6..9704e02 100644 --- a/modules/services/homepage/docs/default.md +++ b/modules/services/homepage/docs/default.md @@ -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"; + }; }; } ];