Skip to content

Commit

Permalink
[TASK] Replace "t3-tlo-config" with "confval"
Browse files Browse the repository at this point in the history
This is a preparation for switching to PHP-based documentation rendering.

Releases: main, 12.4, 11.5
  • Loading branch information
brotkrueml committed Jan 29, 2024
1 parent 463062c commit ad62330
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/Functions/Typolink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ record
The (individual) identifier of the link building configuration to be used.

The same identifier is used as key in the TypoScript configuration of
the frontend rendering: :t3-tlo-config:`recordLinks` and the :ref:`TSconfig
the frontend rendering: :ref:`setup-config-recordLinks` and the :ref:`TSconfig
backend link handler configuration <t3tsconfig:pagetcemaintables-linkhandler>`

.. t3-typolink-handler:: record.uid
Expand Down
2 changes: 0 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ use_opensearch =

[sphinx_object_types_to_add]

t3-tlo-config = t3-tlo-config // t3-tlo-config // Top level object 'config'

t3-function-cache = t3-function-cache // t3-function-cache // Function cache
t3-function-encapslines = t3-function-encapslines // t3-function-encapslines // Function encapsLines
t3-function-htmlparser = t3-function-htmlparser // t3-function-htmlparser // Function HTMLparser
Expand Down
9 changes: 6 additions & 3 deletions Documentation/Setup/Config/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Properties of 'config'
absRefPrefix
------------

.. t3-tlo-config:: absRefPrefix
.. confval:: absRefPrefix

:Data type: :ref:`data-type-string`
:Special value: "auto"
Expand Down Expand Up @@ -108,7 +108,7 @@ absRefPrefix
additionalHeaders
-----------------

.. t3-tlo-config:: additionalHeaders
.. confval:: additionalHeaders

:Data type: numerically indexed array of "HTTP header entries".

Expand Down Expand Up @@ -1746,10 +1746,13 @@ pageTitleSeparator
}
}
.. _setup-config-recordLinks:

recordLinks
-----------

.. t3-tlo-config:: recordLinks
.. confval:: recordLinks

:Data Type: array of link configurations

Expand Down

0 comments on commit ad62330

Please sign in to comment.