Skip to content

Commit 1431516

Browse files
authored
fix: correct anchors in PAGE properties (#1467)
Currently, they are linked to the "Properties" heading instead of the according section.
1 parent 2f8f797 commit 1431516

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Documentation/TopLevelObjects/Page/Index.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Properties
227227
if that is set.
228228

229229
.. 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>`,
231231
which, if set, disables body tag generation independently
232232
from what might be set here.
233233

@@ -270,12 +270,12 @@ Properties
270270
Inserts custom content in the head section of the website.
271271

272272
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.
275275
Features like file concatenation and file compression will not work on files,
276276
which are included using :typoscript:`headerData`.
277277

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>`.
279279

280280
By default, gets inserted after all the style definitions.
281281

@@ -459,9 +459,9 @@ Properties
459459
:name: page-includeJSFooter
460460
:type: :ref:`data-type-resource`
461461
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>`)
463463
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
465465
included at the bottom of the page (just before the closing :html:`</body>`
466466
tag).
467467
@@ -471,15 +471,15 @@ Properties
471471
472472
Add JavaScript library files to footer.
473473
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
475475
included at the bottom of the page (just before the closing :html:`</body>`
476476
tag).
477477
478-
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
478+
The optional properties from :confval:`includeJS <page-includeJS>`
479479
can be applied.
480480
481481
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>`.
483483
484484
.. code-block:: typoscript
485485
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript
@@ -497,15 +497,15 @@ Properties
497497
498498
Adds JavaScript library files to head of page.
499499
500-
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
501501
included inside :html:`<head>`.
502502
tag).
503503
504-
The optional properties from :ref:`includeJS <setup-page-includejs-array>`
504+
The optional properties from :confval:`includeJS <page-includeJS>`
505505
can be applied.
506506
507507
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>`.
509509
510510
.. code-block:: typoscript
511511
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript

0 commit comments

Comments
 (0)