Skip to content

Commit 221ad66

Browse files
fix: avoid backslash in type values (#1430)
Co-authored-by: Chris Müller <[email protected]>
1 parent c9e2ac8 commit 221ad66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Functions/Select.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ uidInList
3838

3939
.. confval:: uidInList
4040
:name: select-uidInList
41-
:type: *list of record\_ids* / :ref:`stdWrap`
41+
:type: *list of record uids* / :ref:`stdWrap`
4242

4343
Comma-separated list of record uids from the according database table.
4444
For example when the select function works on the table `tt_content`, then
@@ -72,7 +72,7 @@ pidInList
7272

7373
.. confval:: pidInList
7474
:name: select_pidInList
75-
:type: *list of page\_ids* / :ref:`stdWrap`
75+
:type: *list of page uids* / :ref:`stdWrap`
7676
:Default: :typoscript:`this`
7777

7878
Comma-separated list of pids of the record. This will be page uids (pids). For

0 commit comments

Comments
 (0)