Skip to content

Commit

Permalink
[TASK] Replace "t3-data-type" with "confval" (#935)
Browse files Browse the repository at this point in the history
This is a preparation for switching to PHP-based documentation rendering.

Additionally, index is added for missing data types.

Releases: main, 12.4, 11.5

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Dec 17, 2023
1 parent 0a85be1 commit 49fd95b
Show file tree
Hide file tree
Showing 41 changed files with 398 additions and 329 deletions.
2 changes: 1 addition & 1 deletion Documentation/ContentObjects/Content/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Expanded form:
// STEP 6: Return 'totalResult'
See also: :ref:`if`, :ref:`select`, :t3-data-type:`wrap`, :ref:`stdWrap`,
See also: :ref:`if`, :ref:`select`, :ref:`data-type-wrap`, :ref:`stdWrap`,
:ref:`data-type-cobject`


Expand Down
4 changes: 2 additions & 2 deletions Documentation/ContentObjects/Extbaseplugin/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extensionName

.. t3-cobj-extbaseplugin:: extensionName

:Data type: :ref:`string`
:Data type: :ref:`data-type-string`

The :ref:`extension name <t3coreapi:extension-naming-extensionName>`.

Expand All @@ -33,7 +33,7 @@ pluginName

.. t3-cobj-extbaseplugin:: pluginName

:Data type: :ref:`string`
:Data type: :ref:`data-type-string`

The plugin name.

Expand Down
4 changes: 2 additions & 2 deletions Documentation/ContentObjects/Hmenu/Categories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ special.relation
special.relation

Data type
:t3-data-type:`string` / :ref:`stdWrap <stdwrap>`
:ref:`data-type-string` / :ref:`stdWrap <stdwrap>`

Default
special.categories
Expand All @@ -88,7 +88,7 @@ special.sorting
special.sorting

Data type
:t3-data-type:`string` / :ref:`stdWrap <stdwrap>`
:ref:`data-type-string` / :ref:`stdWrap <stdwrap>`

Description
Which field from the "pages" table should be used for sorting.
Expand Down
6 changes: 3 additions & 3 deletions Documentation/ContentObjects/Image/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ layoutKey

.. t3-cobj-image:: layoutKey

:Data type: :t3-data-type:`string` / :ref:`stdWrap <stdwrap>`
:Data type: :ref:`data-type-string` / :ref:`stdWrap <stdwrap>`
:Default: default

Defines the render layout for the IMAGE. The render layout is the HTML Code for the IMAGE itself.
Expand Down Expand Up @@ -195,7 +195,7 @@ layout.layoutKey.element

.. t3-cobj-image:: layout.layoutKey.element

:Data type: :t3-data-type:`string`
:Data type: :ref:`data-type-string`

The outer element definition for the HTML rendering of the image.
Possible markers are mainly all parameters which can be defined in the
Expand Down Expand Up @@ -477,7 +477,7 @@ linkWrap

.. t3-cobj-image:: linkWrap

:Data type: :t3-data-type:`wrap` / :ref:`stdWrap <stdwrap>`
:Data type: :ref:`data-type-wrap` / :ref:`stdWrap <stdwrap>`

(before ".wrap")

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ContentObjects/Svg/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ src

.. t3-cobj-svg:: src

:Data type: :t3-data-type:`resource` /:ref:`stdWrap <stdwrap>`
:Data type: :ref:`data-type-resource` /:ref:`stdWrap <stdwrap>`

SVG file resource, can also be referenced via :file:`EXT:` prefix to
point to files of extensions.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ContentObjects/UserAndUserInt/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ userFunc

.. t3-cobj-user:: userFunc

:Data type: :t3-data-type:`function name`
:Data type: :ref:`data-type-function-name`

The name of the function, which should be called. If you specify the
name with a '->' in it, then it is interpreted as a call to a method in
Expand Down
Loading

0 comments on commit 49fd95b

Please sign in to comment.