From c8fb39d113f618558d462b34fbbd6662dd95187b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:00:53 +0200 Subject: [PATCH] [TASK] Add full stdWrap example for page.meta (#1338) * [TASK] Add full stdWrap example for page.meta Releases: main, 12.4 * Simplify example (cherry picked from commit 4c889da22109e022fc881505a5c770360767c40c) --- Documentation/TopLevelObjects/Page/Index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/TopLevelObjects/Page/Index.rst b/Documentation/TopLevelObjects/Page/Index.rst index 0ec081f39..58750d548 100644 --- a/Documentation/TopLevelObjects/Page/Index.rst +++ b/Documentation/TopLevelObjects/Page/Index.rst @@ -1024,6 +1024,12 @@ Open Graph meta tags: 2 = de_DE } } + article:modified_time { + attribute = property + if.isTrue.field = lastUpdated + field = lastUpdated + formattedDate = Y-MM-dd'T'HH:mm:ssZ + } } .. note::