diff --git a/Documentation/TopLevelObjects/Page/Index.rst b/Documentation/TopLevelObjects/Page/Index.rst index 6e55e71e3..d37288506 100644 --- a/Documentation/TopLevelObjects/Page/Index.rst +++ b/Documentation/TopLevelObjects/Page/Index.rst @@ -227,7 +227,7 @@ Properties if that is set. .. note:: Additionally to the body tag properties noted here, - there also is the property :ref:`setup-config-disableBodyTag`, + there also is the property :confval:`config.disableBodyTag `, which, if set, disables body tag generation independently from what might be set here. @@ -270,12 +270,12 @@ Properties Inserts custom content in the head section of the website. While you can also use this to include stylesheet references or JavaScript, - you should better use :ref:`page.includeCSS ` - and :ref:`page.includeJS ` for such files. + you should better use :confval:`page.includeCSS ` + and :confval:`page.includeJS ` for such files. Features like file concatenation and file compression will not work on files, which are included using :typoscript:`headerData`. - For meta tags, use the dedicated configuration :ref:`page.meta `. + For meta tags, use the dedicated configuration :confval:`page.meta `. By default, gets inserted after all the style definitions. @@ -465,9 +465,9 @@ Properties :name: page-includeJSFooter :type: :ref:`data-type-resource` - Add JavaScript files to footer (after files set in :ref:`includeJSFooterlibs `) + Add JavaScript files to footer (after files set in :confval:`includeJSFooterlibs `) - Same as :ref:`includeJS ` above, except that this block gets + Same as :confval:`includeJS ` above, except that this block gets included at the bottom of the page (just before the closing :html:`` tag). @@ -477,15 +477,15 @@ Properties Add JavaScript library files to footer. - Same as :ref:`includeJSLibs `, except that this block gets + Same as :confval:`includeJSLibs `, except that this block gets included at the bottom of the page (just before the closing :html:`` tag). - The optional properties from :ref:`includeJS ` + The optional properties from :confval:`includeJS ` can be applied. 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 `. + 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 :confval:`includeCSS `. .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript @@ -503,15 +503,15 @@ Properties Adds JavaScript library files to head of page. - Same as :ref:`includeJSFooterlibs `, except that this block gets + Same as :confval:`includeJSFooterlibs `, except that this block gets included inside :html:``. tag). - The optional properties from :ref:`includeJS ` + The optional properties from :confval:`includeJS ` can be applied. 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 `. + 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 :confval:`includeCSS `. .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript