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::