Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions Documentation/TopLevelObjects/Page/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Properties
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
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 <setup-page-includecss-array>`.

.. code-block:: typoscript
Expand All @@ -499,7 +499,7 @@ Properties
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
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 <setup-page-includecss-array>`.

.. code-block:: typoscript
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -1023,8 +1024,6 @@ Open Graph meta tags:
2 = de_DE
}
}
refresh = 5; url=https://example.org/
refresh.attribute = http-equiv
}

.. note::
Expand Down