Skip to content

Instantly share code, notes, and snippets.

@PetraMotz
Last active August 4, 2021 11:14
Show Gist options
  • Save PetraMotz/7b9eb7e7defa03410b599a6ff7587e60 to your computer and use it in GitHub Desktop.
Save PetraMotz/7b9eb7e7defa03410b599a6ff7587e60 to your computer and use it in GitHub Desktop.
TYPO3 #lib object #t3
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