Last active
August 4, 2021 11:14
-
-
Save PetraMotz/7b9eb7e7defa03410b599a6ff7587e60 to your computer and use it in GitHub Desktop.
TYPO3 #lib object #t3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lib.search = CONTENT | |
| lib.search{ | |
| table = tt_content | |
| select { | |
| pidInList = 65 -> id der Seite von der der Inhalt geholt werden soll | |
| orderBy = sorting | |
| languageField = sys_language_uid | |
| where = colPos = 0 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment