Content-Sliding
Um Inhaltselemente in TemplaVoila nach Unterseiten zu vererben muss man statt dem Code
10= RECORDS
10.source.current=1
10.tables = tt_content
10.wrap = <!–TYPO3SEARCH_begin–> | <!–TYPO3SEARCH_end–>
folgenden Code eingeben:
10 = CONTENT
10 {
table = tt_content
slide = -1
slide.collect = -1
select {
where = colPos=1
andWhere = deleted=0
andWhere = hidden=0
orderBy = sorting
}
wrap = <!–TYPO3SEARCH_begin–> | <!–TYPO3SEARCH_end–>
}