Could someone help me with TypoScript?
Google and SO gave me no clue on this problem.
I have a following situation.
I'm using fluid
templates and TS
to get one a content item from one source on every page.
lib.footer_video_content = RECORDS
lib.footer_video_content {
tables = tt_content
source = 11
}
The content element is an Image list (textpic
type).
Code works fine. It grabs the element fine but I don't know how to apply a different layout for only that one element.
I may following to the global template setup
tt_content.image.20 {
imageStdWrap.dataWrap = ...
imageStdWrapNoWidth.wrap = ...
#... etc
}
But this would change wrapping for every element on the page.
Any help would be great, thanks.