Skip to content

Commit a82aa79

Browse files
[TASK] Move page.meta refresh example to dedicated section (#1341)
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 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
1 parent 5c45dcf commit a82aa79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Documentation/TopLevelObjects/Page/Index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Properties
473473
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
474474
can be applied.
475475
476-
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists:
476+
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists:
477477
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 <setup-page-includecss-array>`.
478478
479479
.. code-block:: typoscript
@@ -499,7 +499,7 @@ Properties
499499
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
500500
can be applied.
501501
502-
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists:
502+
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists:
503503
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 <setup-page-includecss-array>`.
504504
505505
.. code-block:: typoscript
@@ -987,7 +987,8 @@ Demonstrates:
987987
.. code-block:: typoscript
988988
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript
989989
990-
meta.refresh = [seconds]; [URL, leave blank for same page]
990+
page.meta.refresh = 5; url=https://example.org/
991+
page.meta.refresh.attribute = http-equiv
991992
992993
.. _setup-page-meta-example-og:
993994
@@ -1023,8 +1024,6 @@ Open Graph meta tags:
10231024
2 = de_DE
10241025
}
10251026
}
1026-
refresh = 5; url=https://example.org/
1027-
refresh.attribute = http-equiv
10281027
}
10291028
10301029
.. note::

0 commit comments

Comments
 (0)