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
Copy file name to clipboardExpand all lines: Documentation/TopLevelObjects/Page/Index.rst
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Properties
227
227
if that is set.
228
228
229
229
.. note:: Additionally to the body tag properties noted here,
230
-
there also is the property :ref:`setup-config-disableBodyTag`,
230
+
there also is the property :confval:`config.disableBodyTag <config-disableBodyTag>`,
231
231
which, if set, disables body tag generation independently
232
232
from what might be set here.
233
233
@@ -270,12 +270,12 @@ Properties
270
270
Inserts custom content in the head section of the website.
271
271
272
272
While you can also use this to include stylesheet references or JavaScript,
273
-
you should better use :ref:`page.includeCSS <setup-page-includecss-array>`
274
-
and :ref:`page.includeJS <setup-page-includejs-array>` for such files.
273
+
you should better use :confval:`page.includeCSS <page-includeCSS>`
274
+
and :confval:`page.includeJS <page-includeJS>` for such files.
275
275
Features like file concatenation and file compression will not work on files,
276
276
which are included using :typoscript:`headerData`.
277
277
278
-
For meta tags, use the dedicated configuration :ref:`page.meta <meta>`.
278
+
For meta tags, use the dedicated configuration :confval:`page.meta <page-meta>`.
279
279
280
280
By default, gets inserted after all the style definitions.
281
281
@@ -459,9 +459,9 @@ Properties
459
459
:name: page-includeJSFooter
460
460
:type: :ref:`data-type-resource`
461
461
462
-
Add JavaScript files to footer (after files set in :ref:`includeJSFooterlibs <setup-page-includejsfooterlibs-array>`)
462
+
Add JavaScript files to footer (after files set in :confval:`includeJSFooterlibs <page-includeJSFooterlibs>`)
463
463
464
-
Same as :ref:`includeJS <setup-page-includejs-array>` above, except that this block gets
464
+
Same as :confval:`includeJS <page-includeJS>` above, except that this block gets
465
465
included at the bottom of the page (just before the closing :html:`</body>`
466
466
tag).
467
467
@@ -471,15 +471,15 @@ Properties
471
471
472
472
Add JavaScript library files to footer.
473
473
474
-
Same as :ref:`includeJSLibs <setup-page-includejslibs-array>`, except that this block gets
474
+
Same as :confval:`includeJSLibs <page-includeJSLibs>`, except that this block gets
475
475
included at the bottom of the page (just before the closing :html:`</body>`
476
476
tag).
477
477
478
-
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
478
+
The optional properties from :confval:`includeJS <page-includeJS>`
479
479
can be applied.
480
480
481
481
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSFooterlibs` exists:
482
-
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>`.
482
+
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 <page-includeCSS>`.
Same as :ref:`includeJSFooterlibs <setup-page-includejsfooterlibs-array>`, except that this block gets
500
+
Same as :confval:`includeJSFooterlibs <page-includeJSFooterlibs>`, except that this block gets
501
501
included inside :html:`<head>`.
502
502
tag).
503
503
504
-
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
504
+
The optional properties from :confval:`includeJS <page-includeJS>`
505
505
can be applied.
506
506
507
507
Currently one difference between :typoscript:`includeJS` and :typoscript:`includeJSLibs` exists:
508
-
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>`.
508
+
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 <page-includeCSS>`.
0 commit comments