Skip to content

Instantly share code, notes, and snippets.

@rubiomaira
rubiomaira / gist:743784f30935ba64b2caa716b3193475
Created July 19, 2016 21:09 — forked from magicHatOfTYPO3/setup.ts
render images in TYPO3 7.6 using TypoScript and File Abstraction Layer in Text/Media Content Element
lib.startPageOwlSliderContent = CONTENT
lib.startPageOwlSliderContent {
wrap = |
table = tt_content
select {
languageField = sys_language_uid
where = colPos = 1
orderBy = sorting
pidInList = {$pageSliderContentPageID}
}