Skip to content

Commit

Permalink
fix: avoid backslash in type values (#1429)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Nov 15, 2024
1 parent 9183708 commit 3673ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Functions/Select.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3673ba3

Please sign in to comment.