Skip to content

Commit

Permalink
fix: avoid backslash in type values (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Nov 15, 2024
1 parent b011659 commit b039fa5
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 b039fa5

Please sign in to comment.