You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: Documentation/TopLevelObjects/Page/Index.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ Properties
473
473
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
474
474
can be applied.
475
475
476
-
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists:
476
+
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists:
477
477
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>`.
478
478
479
479
.. code-block:: typoscript
@@ -499,7 +499,7 @@ Properties
499
499
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
500
500
can be applied.
501
501
502
-
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists:
502
+
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists:
503
503
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>`.
0 commit comments