From aa8eb51a86a092ef91abb0cfd9a5f2ab0ee44869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:38:01 +0200 Subject: [PATCH] [TASK] Move page.meta refresh example to dedicated section The Open Graph meta tag examples are polluted by the meta refresh example. This is now moved to the already available section. The previous "[seconds]; [URL, leave blank for same page]" is removed as this is not a manual about the "refresh" property but about setting that property in TYPO3. Releases: main, 12.4 --- Documentation/TopLevelObjects/Page/Index.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Documentation/TopLevelObjects/Page/Index.rst b/Documentation/TopLevelObjects/Page/Index.rst index 8bcdccfbd..0ec081f39 100644 --- a/Documentation/TopLevelObjects/Page/Index.rst +++ b/Documentation/TopLevelObjects/Page/Index.rst @@ -473,7 +473,7 @@ Properties The optional properties from :ref:`includeJS ` can be applied. - Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists: + Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists: There is no :typoscript:`data`-array as optional parameter but all keys not explicitly mentioned as parameters are used as additional attributes - behaviour is the same as in :ref:`includeCSS `. .. code-block:: typoscript @@ -499,7 +499,7 @@ Properties The optional properties from :ref:`includeJS ` can be applied. - Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists: + Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists: There is no :typoscript:`data`-array as optional parameter but all keys not explicitly mentioned as parameters are used as additional attributes - behaviour is the same as in :ref:`includeCSS `. .. code-block:: typoscript @@ -987,7 +987,8 @@ Demonstrates: .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript - meta.refresh = [seconds]; [URL, leave blank for same page] + page.meta.refresh = 5; url=https://example.org/ + page.meta.refresh.attribute = http-equiv .. _setup-page-meta-example-og: @@ -1023,8 +1024,6 @@ Open Graph meta tags: 2 = de_DE } } - refresh = 5; url=https://example.org/ - refresh.attribute = http-equiv } .. note::