Skip to content

Commit

Permalink
[TASK] Set unique names for confvals in conditions chapter (#1143)
Browse files Browse the repository at this point in the history
* [TASK] Set unique names for confvals in conditions chapter

releases: main, 12.4

* [TASK] Set unique names for confvals in cobjects chapter

Add missing anchors

releases: main, 12.4, 11.5
  • Loading branch information
linawolf authored Mar 25, 2024
1 parent ad5a372 commit fde1780
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Documentation/Conditions/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ applicationContext
==================

.. confval:: applicationContext
:name: condition-applicationContext

:Data type: String

Expand All @@ -69,6 +70,7 @@ page
====

.. confval:: page
:name: condition-page

:Data type: Array

Expand Down Expand Up @@ -106,6 +108,7 @@ tree
====

.. confval:: tree
:name: condition-tree

:Data type: Object

Expand All @@ -123,6 +126,7 @@ tree.level
----------

.. confval:: tree.level
:name: condition-tree-level

:Data type: Integer

Expand All @@ -144,6 +148,7 @@ tree.pagelayout
---------------

.. confval:: tree.pagelayout
:name: condition-tree-pagelayout

:Data type: Integer / String

Expand All @@ -170,6 +175,7 @@ tree.rootLine
-------------

.. confval:: tree.rootLine
:name: condition-tree-rootLine

:Data type: Array

Expand All @@ -192,6 +198,7 @@ tree.rootLineIds
----------------

.. confval:: tree.rootLineIds
:name: condition-tree-rootLineIds

:Data type: Array

Expand All @@ -215,6 +222,7 @@ tree.rootLineParentIds
----------------------

.. confval:: tree.rootLineParentIds
:name: condition-tree-rootLineParentIds

:Data type: Array

Expand All @@ -236,6 +244,7 @@ backend
=======

.. confval:: backend
:name: condition-backend

:Data type: Object

Expand All @@ -249,6 +258,7 @@ backend.user
------------

.. confval:: backend.user
:name: condition-backend-user

:Data type: Object

Expand All @@ -264,6 +274,7 @@ backend.user.isAdmin
--------------------

.. confval:: backend.user.isAdmin
:name: condition-backend-user-isAdmin

:Data type: Boolean

Expand All @@ -285,6 +296,7 @@ backend.user.isLoggedIn
-----------------------

.. confval:: backend.user.isLoggedIn
:name: condition-backend-user-isLoggedIn

:Data type: Boolean

Expand All @@ -306,6 +318,7 @@ backend.user.userId
-------------------

.. confval:: backend.user.userId
:name: condition-backend-user-userId

:Data type: Integer

Expand All @@ -328,6 +341,7 @@ backend.user.userGroupIds
-------------------------

.. confval:: backend.user.userGroupIds
:name: condition-backend-user-userGroupIds

:Data type: Array
:Context: Frontend, backend
Expand All @@ -349,6 +363,7 @@ backend.user.userGroupList
--------------------------

.. confval:: backend.user.userGroupList
:name: condition-backend-user-userGroupList

:Data type: String

Expand All @@ -369,6 +384,7 @@ frontend
========

.. confval:: frontend
:name: condition-frontend

:Data type: Object

Expand All @@ -382,6 +398,7 @@ frontend.user
-------------

.. confval:: frontend.user
:name: condition-frontend-user

:Data type: Object

Expand All @@ -395,6 +412,7 @@ frontend.user.isLoggedIn
------------------------

.. confval:: frontend.user.isLoggedIn
:name: condition-frontend-user-isLoggedIn

:Data type: Boolean

Expand All @@ -415,6 +433,7 @@ frontend.user.userId
--------------------

.. confval:: frontend.user.userId
:name: condition-frontend-user-userId

:Data type: Integer

Expand All @@ -435,6 +454,7 @@ frontend.user.userGroupIds
--------------------------

.. confval:: frontend.user.userGroupIds
:name: condition-frontend-user-userGroupIds

:Data type: Array
:Context: Frontend
Expand All @@ -456,6 +476,7 @@ frontend.user.userGroupList
---------------------------

.. confval:: frontend.user.userGroupList
:name: condition-frontend-user-userGroupList

:Data type: String

Expand All @@ -476,6 +497,7 @@ workspace
=========

.. confval:: workspace
:name: condition-workspace

:Data type: Object

Expand All @@ -489,6 +511,7 @@ workspace.workspaceId
---------------------

.. confval:: workspace.workspaceId
:name: condition-workspace-workspaceId

:Data type: Integer

Expand All @@ -510,6 +533,7 @@ workspace.isLive
----------------

.. confval:: workspace.isLive
:name: condition-workspace-isLive

:Data type: Boolean

Expand All @@ -530,6 +554,7 @@ workspace.isOffline
-------------------

.. confval:: workspace.isOffline
:name: condition-workspace-isOffline

:Data type: Boolean

Expand All @@ -550,6 +575,7 @@ typo3
=====

.. confval:: typo3
:name: condition-typo3

:Data type: Object

Expand All @@ -563,6 +589,7 @@ typo3.version
-------------

.. confval:: typo3.version
:name: condition-typo3-version

:Data type: String

Expand All @@ -583,6 +610,7 @@ typo3.branch
------------

.. confval:: typo3.branch
:name: condition-typo3-branch

:Data type: String

Expand All @@ -603,6 +631,7 @@ typo3.devIpMask
---------------

.. confval:: typo3.devIpMask
:name: condition-typo3-devIpMask

:Data type: String

Expand All @@ -623,6 +652,7 @@ date()
======

.. confval:: date()
:name: condition-date

:Parameter: String
:Data type: String | Integer
Expand Down Expand Up @@ -657,6 +687,7 @@ like()
======

.. confval:: like()
:name: condition-like

:Parameter: String, String
:Data type: Boolean
Expand Down Expand Up @@ -686,6 +717,7 @@ traverse()
==========

.. confval:: traverse()
:name: condition-traverse

:Parameter: Array, String
:Data type: Mixed
Expand Down Expand Up @@ -722,6 +754,7 @@ compatVersion()
===============

.. confval:: compatVersion()
:name: condition-compatVersion

:Parameter: String
:Data type: Boolean
Expand All @@ -747,6 +780,7 @@ getTSFE()
=========

.. confval:: getTSFE()
:name: condition-getTSFE

:Data type: Object

Expand Down Expand Up @@ -779,6 +813,7 @@ getenv()
========

.. confval:: getenv()
:name: condition-getenv

:Data type: String

Expand All @@ -799,6 +834,7 @@ feature()
=========

.. confval:: feature()
:name: condition-feature

:Data type: String

Expand Down Expand Up @@ -826,6 +862,7 @@ ip()
migration hints see the :ref:`changelog <ext_core:deprecation-100047-1677608959>`.

.. confval:: ip()
:name: condition-ip

:Parameter: String
:Data type: Boolean
Expand Down Expand Up @@ -860,6 +897,7 @@ request()
:ref:`changelog <ext_core:deprecation-100047-1677608959>`.

.. confval:: request()
:name: condition-request

:Data type: Mixed

Expand All @@ -882,6 +920,7 @@ request.getQueryParams()
------------------------

.. confval:: request.getQueryParams()
:name: condition-request-getQueryParams

:Data type: Array

Expand Down Expand Up @@ -918,6 +957,7 @@ request.getParsedBody()
-----------------------

.. confval:: request.getParsedBody()
:name: condition-request-getParsedBody

:Data type: Array

Expand All @@ -939,6 +979,7 @@ request.getHeaders()
--------------------

.. confval:: request.getHeaders()
:name: condition-request-getHeaders

:Data type: Array

Expand All @@ -965,6 +1006,7 @@ request.getCookieParams()
-------------------------

.. confval:: request.getCookieParams()
:name: condition-request-getCookieParams

:Data type: Array

Expand All @@ -985,6 +1027,7 @@ request.getNormalizedParams()
-----------------------------

.. confval:: request.getNormalizedParams()
:name: condition-request-getNormalizedParams

:Data type: Array

Expand Down Expand Up @@ -1015,6 +1058,7 @@ request.getPageArguments()
--------------------------

.. confval:: request.getPageArguments()
:name: condition-request-getPageArguments

:Data type: Object

Expand All @@ -1039,6 +1083,7 @@ session()
=========

.. confval:: session()
:name: condition-session

:Parameter: String
:Data type: Mixed
Expand All @@ -1063,6 +1108,7 @@ site()
======

.. confval:: site()
:name: condition-site

:Parameter: String
:Data type: Mixed
Expand Down Expand Up @@ -1127,6 +1173,7 @@ siteLanguage()
==============

.. confval:: siteLanguage()
:name: condition-siteLanguage

:Parameter: String
:Data type: Mixed
Expand Down

0 comments on commit fde1780

Please sign in to comment.