Im novice in TypoScript and i wanna know how i can get the content inside the second colomn of my TemplaVoila structure. I used colPos = <position>
before, but its not working anymore. I show my TypoScript! Someone knows an alternative to colPos
, if yes, help me please
lib.sliderThumbs = CONTENT
lib.sliderThumbs{
table = tt_content
select.pidInList = 2
select.where = colPos = 2
}