Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Set unique names for confvals in cobjects chapter #1147

Merged
merged 3 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Documentation/ContentObjects/Case/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ from the "default" property will be used.
.. contents::
:local:

.. _cobj-case-properties:

Properties
==========

Expand All @@ -38,6 +40,7 @@ Properties
-------------------

.. confval:: array of cObjects
:name: case-array

:Data type: :ref:`cObject <data-type-cobject>`

Expand All @@ -52,6 +55,7 @@ cache
-----

.. confval:: cache
:name: case-cache

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

Expand All @@ -64,6 +68,7 @@ default
-------

.. confval:: default
:name: case-default

:Data type: :ref:`cObject <data-type-cobject>`

Expand All @@ -79,6 +84,7 @@ if
--

.. confval:: if
:name: case-if

:Data type: :ref:`->if <if>`

Expand All @@ -91,6 +97,7 @@ key
---

.. confval:: key
:name: case-key

:Data type: :ref:`data-type-string` / :ref:`stdWrap <stdwrap>`
:Default: default
Expand All @@ -114,6 +121,7 @@ setCurrent
----------

.. confval:: setCurrent
:name: case-setCurrent

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

Expand All @@ -126,6 +134,7 @@ stdWrap
-------

.. confval:: stdWrap
:name: case-stdWrap

:Data type: :ref:`stdWrap <stdwrap>`

Expand Down
9 changes: 9 additions & 0 deletions Documentation/ContentObjects/CoaAndCoaInt/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ you to render *every* cObject non-cached.
.. contents::
:local:

.. _cobj-coa-properties:

Properties
==========

.. _cobj-coa-index:

1,2,3,4...
-----------

.. confval:: 1,2,3,4...
:name: coa-array

:Data type: :ref:`cObject <data-type-cobject>`

Expand All @@ -51,6 +56,7 @@ cache
-----

.. confval:: cache
:name: coa-cache

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

Expand All @@ -63,6 +69,7 @@ if
--

.. confval:: if
:name: coa-if

:Data type: :ref:`->if <if>`

Expand All @@ -75,6 +82,7 @@ stdWrap
-------

.. confval:: stdWrap
:name: coa-stdWrap

:Data type: :ref:`->stdWrap <stdwrap>`

Expand All @@ -87,6 +95,7 @@ wrap
----

.. confval:: wrap
:name: coa-wrap

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

Expand Down
30 changes: 28 additions & 2 deletions Documentation/ContentObjects/Content/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ is raised to the maximum timestamp value of the respective records.
.. contents::
:local:

.. _cobj-content-properties:

Properties
==========

Expand All @@ -35,6 +37,7 @@ select
------

.. confval:: select
:name: content-select

:Data type: :ref:`select`

Expand All @@ -48,6 +51,7 @@ table
-----

.. confval:: table
:name: content-table

:Data type: *table name* / :ref:`stdwrap`

Expand All @@ -63,6 +67,7 @@ renderObj
---------

.. confval:: renderObj
:name: content-renderObj

:Data type: :ref:`data-type-cObject`
:Default: :typoscript:`< [table name]`
Expand All @@ -84,6 +89,7 @@ slide
-----

.. confval:: slide
:name: content-slide

:Data type: :ref:`data-type-integer` / :ref:`stdWrap`

Expand All @@ -103,10 +109,13 @@ slide

Use :typoscript:`-1` in combination with :ref:`collect <cobj-content-slide-collect>`.


.. _cobj-content-slide-collect:

slide.collect
~~~~~~~~~~~~~

.. confval:: slide.collect
:name: content-slide-collect

:Data type: :ref:`data-type-integer` / :ref:`stdWrap`

Expand All @@ -118,7 +127,11 @@ slide

.. _cobj-content-slide-collectFuzzy:

slide.collectFuzzy
~~~~~~~~~~~~~~~~~~

.. confval:: slide.collectFuzzy
:name: content-slide-collectFuzzy

:Data type: :ref:`data-type-boolean` / :ref:`stdWrap`

Expand All @@ -129,7 +142,11 @@ slide

.. _cobj-content-slide-collectReverse:

slide.collectReverse
~~~~~~~~~~~~~~~~~~~~

.. confval:: slide.collectReverse
:name: content-slide-collectReverse

:Data type: :ref:`data-type-boolean` / :ref:`stdWrap`

Expand All @@ -143,6 +160,7 @@ wrap
----

.. confval:: wrap
:name: content-wrap

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

Expand All @@ -155,6 +173,7 @@ stdWrap
-------

.. confval:: stdWrap
:name: content-stdWrap

:Data type: :ref:`stdWrap`

Expand All @@ -167,15 +186,20 @@ cache
-----

.. confval:: cache
:name: content-cache

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

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


.. _cobj-content-examples:

Examples
========

.. _cobj-content-example-detail:

CONTENT explained in detail
---------------------------

Expand Down Expand Up @@ -270,7 +294,7 @@ See also: :ref:`if`, :ref:`select`, :ref:`data-type-wrap`, :ref:`stdWrap`,
:ref:`data-type-cobject`


.. _cobj-content-examples:
.. _cobj-content-example-display-all:

Display all tt_content records from this page
----------------------------------------------
Expand All @@ -294,6 +318,8 @@ will reference the TypoScript configuration of `tt_content`. The
according TypoScript configuration will be copied to `renderObj`.


.. _cobj-content-special-rendering:

Apply special rendering
========================

Expand Down
5 changes: 5 additions & 0 deletions Documentation/ContentObjects/Extbaseplugin/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The content object :typoscript:`EXTBASEPLUGIN` allows to render
.. contents::
:local:

.. _cobj-extbaseplugin-properties:

Properties
==========

Expand All @@ -24,6 +26,7 @@ extensionName
-------------

.. confval:: extensionName
:name: extbaseplugin-extensionName

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

Expand All @@ -36,6 +39,7 @@ pluginName
----------

.. confval:: pluginName
:name: extbaseplugin-pluginName

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

Expand All @@ -54,6 +58,7 @@ Example
page.10.extensionName = MyExtension
page.10.pluginName = MyPlugin

.. _cobj-extbaseplugin-history:

History
=======
Expand Down
Loading
Loading