From 6a77e259655f579a7a92bb212f07ea4be19e38bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:05:50 +0100 Subject: [PATCH] fix: avoid backslash in type values --- Documentation/Functions/Select.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Functions/Select.rst b/Documentation/Functions/Select.rst index 718b3a82a..a111404fb 100644 --- a/Documentation/Functions/Select.rst +++ b/Documentation/Functions/Select.rst @@ -38,7 +38,7 @@ uidInList .. confval:: uidInList :name: select-uidInList - :type: *list of record\_ids* / :ref:`stdWrap` + :type: *list of record uids* / :ref:`stdWrap` Comma-separated list of record uids from the according database table. For example when the select function works on the table `tt_content`, then @@ -72,7 +72,7 @@ pidInList .. confval:: pidInList :name: select_pidInList - :type: *list of page\_ids* / :ref:`stdWrap` + :type: *list of page uids* / :ref:`stdWrap` :Default: :typoscript:`this` Comma-separated list of pids of the record. This will be page uids (pids). For