Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading