Skip to content

Commit

Permalink
[TASK] Replace "t3-cobj-user" with "confval" (#1051)
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

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Jan 29, 2024
1 parent 768d60e commit 8d1e61e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Documentation/ContentObjects/UserAndUserInt/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Properties
userFunc
--------

.. t3-cobj-user:: userFunc
.. confval:: userFunc

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

Expand All @@ -68,7 +68,7 @@ userFunc
(properties you define)
-----------------------

.. t3-cobj-user:: (properties you define)
.. confval:: (properties you define)

:Data type: (the data type you want)

Expand All @@ -82,22 +82,22 @@ userFunc
stdWrap
-------

.. t3-cobj-user:: stdWrap
.. confval:: stdWrap

:Data type: :ref:`stdWrap`.

cache
-----

.. t3-cobj-user:: cache
.. confval:: cache

:Data type: :ref:`cache <cache>`

See :ref:`cache function description <cache>` for details.


.. _cobj-user-examples:
.. _cobj-user-int-examples:
.. _cobj-user-examples:
.. _cobj-user-int-examples:

Examples
========
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-cobj-user = t3-cobj-user // t3-cobj-user // Content object USER

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

t3-function-cache = t3-function-cache // t3-function-cache // Function cache
Expand Down

0 comments on commit 8d1e61e

Please sign in to comment.