From fde178028e87d6c6dfe08f3cb5ecb48d7435a292 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:49:19 +0100 Subject: [PATCH] [TASK] Set unique names for confvals in conditions chapter (#1143) * [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 --- Documentation/Conditions/Index.rst | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Documentation/Conditions/Index.rst b/Documentation/Conditions/Index.rst index fa8879da8..e27008195 100644 --- a/Documentation/Conditions/Index.rst +++ b/Documentation/Conditions/Index.rst @@ -44,6 +44,7 @@ applicationContext ================== .. confval:: applicationContext + :name: condition-applicationContext :Data type: String @@ -69,6 +70,7 @@ page ==== .. confval:: page + :name: condition-page :Data type: Array @@ -106,6 +108,7 @@ tree ==== .. confval:: tree + :name: condition-tree :Data type: Object @@ -123,6 +126,7 @@ tree.level ---------- .. confval:: tree.level + :name: condition-tree-level :Data type: Integer @@ -144,6 +148,7 @@ tree.pagelayout --------------- .. confval:: tree.pagelayout + :name: condition-tree-pagelayout :Data type: Integer / String @@ -170,6 +175,7 @@ tree.rootLine ------------- .. confval:: tree.rootLine + :name: condition-tree-rootLine :Data type: Array @@ -192,6 +198,7 @@ tree.rootLineIds ---------------- .. confval:: tree.rootLineIds + :name: condition-tree-rootLineIds :Data type: Array @@ -215,6 +222,7 @@ tree.rootLineParentIds ---------------------- .. confval:: tree.rootLineParentIds + :name: condition-tree-rootLineParentIds :Data type: Array @@ -236,6 +244,7 @@ backend ======= .. confval:: backend + :name: condition-backend :Data type: Object @@ -249,6 +258,7 @@ backend.user ------------ .. confval:: backend.user + :name: condition-backend-user :Data type: Object @@ -264,6 +274,7 @@ backend.user.isAdmin -------------------- .. confval:: backend.user.isAdmin + :name: condition-backend-user-isAdmin :Data type: Boolean @@ -285,6 +296,7 @@ backend.user.isLoggedIn ----------------------- .. confval:: backend.user.isLoggedIn + :name: condition-backend-user-isLoggedIn :Data type: Boolean @@ -306,6 +318,7 @@ backend.user.userId ------------------- .. confval:: backend.user.userId + :name: condition-backend-user-userId :Data type: Integer @@ -328,6 +341,7 @@ backend.user.userGroupIds ------------------------- .. confval:: backend.user.userGroupIds + :name: condition-backend-user-userGroupIds :Data type: Array :Context: Frontend, backend @@ -349,6 +363,7 @@ backend.user.userGroupList -------------------------- .. confval:: backend.user.userGroupList + :name: condition-backend-user-userGroupList :Data type: String @@ -369,6 +384,7 @@ frontend ======== .. confval:: frontend + :name: condition-frontend :Data type: Object @@ -382,6 +398,7 @@ frontend.user ------------- .. confval:: frontend.user + :name: condition-frontend-user :Data type: Object @@ -395,6 +412,7 @@ frontend.user.isLoggedIn ------------------------ .. confval:: frontend.user.isLoggedIn + :name: condition-frontend-user-isLoggedIn :Data type: Boolean @@ -415,6 +433,7 @@ frontend.user.userId -------------------- .. confval:: frontend.user.userId + :name: condition-frontend-user-userId :Data type: Integer @@ -435,6 +454,7 @@ frontend.user.userGroupIds -------------------------- .. confval:: frontend.user.userGroupIds + :name: condition-frontend-user-userGroupIds :Data type: Array :Context: Frontend @@ -456,6 +476,7 @@ frontend.user.userGroupList --------------------------- .. confval:: frontend.user.userGroupList + :name: condition-frontend-user-userGroupList :Data type: String @@ -476,6 +497,7 @@ workspace ========= .. confval:: workspace + :name: condition-workspace :Data type: Object @@ -489,6 +511,7 @@ workspace.workspaceId --------------------- .. confval:: workspace.workspaceId + :name: condition-workspace-workspaceId :Data type: Integer @@ -510,6 +533,7 @@ workspace.isLive ---------------- .. confval:: workspace.isLive + :name: condition-workspace-isLive :Data type: Boolean @@ -530,6 +554,7 @@ workspace.isOffline ------------------- .. confval:: workspace.isOffline + :name: condition-workspace-isOffline :Data type: Boolean @@ -550,6 +575,7 @@ typo3 ===== .. confval:: typo3 + :name: condition-typo3 :Data type: Object @@ -563,6 +589,7 @@ typo3.version ------------- .. confval:: typo3.version + :name: condition-typo3-version :Data type: String @@ -583,6 +610,7 @@ typo3.branch ------------ .. confval:: typo3.branch + :name: condition-typo3-branch :Data type: String @@ -603,6 +631,7 @@ typo3.devIpMask --------------- .. confval:: typo3.devIpMask + :name: condition-typo3-devIpMask :Data type: String @@ -623,6 +652,7 @@ date() ====== .. confval:: date() + :name: condition-date :Parameter: String :Data type: String | Integer @@ -657,6 +687,7 @@ like() ====== .. confval:: like() + :name: condition-like :Parameter: String, String :Data type: Boolean @@ -686,6 +717,7 @@ traverse() ========== .. confval:: traverse() + :name: condition-traverse :Parameter: Array, String :Data type: Mixed @@ -722,6 +754,7 @@ compatVersion() =============== .. confval:: compatVersion() + :name: condition-compatVersion :Parameter: String :Data type: Boolean @@ -747,6 +780,7 @@ getTSFE() ========= .. confval:: getTSFE() + :name: condition-getTSFE :Data type: Object @@ -779,6 +813,7 @@ getenv() ======== .. confval:: getenv() + :name: condition-getenv :Data type: String @@ -799,6 +834,7 @@ feature() ========= .. confval:: feature() + :name: condition-feature :Data type: String @@ -826,6 +862,7 @@ ip() migration hints see the :ref:`changelog `. .. confval:: ip() + :name: condition-ip :Parameter: String :Data type: Boolean @@ -860,6 +897,7 @@ request() :ref:`changelog `. .. confval:: request() + :name: condition-request :Data type: Mixed @@ -882,6 +920,7 @@ request.getQueryParams() ------------------------ .. confval:: request.getQueryParams() + :name: condition-request-getQueryParams :Data type: Array @@ -918,6 +957,7 @@ request.getParsedBody() ----------------------- .. confval:: request.getParsedBody() + :name: condition-request-getParsedBody :Data type: Array @@ -939,6 +979,7 @@ request.getHeaders() -------------------- .. confval:: request.getHeaders() + :name: condition-request-getHeaders :Data type: Array @@ -965,6 +1006,7 @@ request.getCookieParams() ------------------------- .. confval:: request.getCookieParams() + :name: condition-request-getCookieParams :Data type: Array @@ -985,6 +1027,7 @@ request.getNormalizedParams() ----------------------------- .. confval:: request.getNormalizedParams() + :name: condition-request-getNormalizedParams :Data type: Array @@ -1015,6 +1058,7 @@ request.getPageArguments() -------------------------- .. confval:: request.getPageArguments() + :name: condition-request-getPageArguments :Data type: Object @@ -1039,6 +1083,7 @@ session() ========= .. confval:: session() + :name: condition-session :Parameter: String :Data type: Mixed @@ -1063,6 +1108,7 @@ site() ====== .. confval:: site() + :name: condition-site :Parameter: String :Data type: Mixed @@ -1127,6 +1173,7 @@ siteLanguage() ============== .. confval:: siteLanguage() + :name: condition-siteLanguage :Parameter: String :Data type: Mixed