[TYPO3-english] Condition TS override

Bert Bert
Sat Aug 22 16:15:58 CEST 2015


Hello,

Any idea why the condition below does not become true?
I've done similar things with override like that but not on 'textpic'...

Thanks in advance!
Bert Hiddink

tt_content.textpic.override {
     # remove default header
     10 >
     20 = < tt_content.image.20
     20 {
         layout = TEXT
         layout.value = <div class="spotlight 
###CLASSES###">###IMAGES###</div>###TEXT###
         # insert the header as part of text
         text.15 = < lib.stdheader
         text.20 = < tt_content.text.20
         text.wrap >
     }
}
tt_content.textpic.override.if {
   isInList.field = section_frame
   value = 100
}


More information about the TYPO3-english mailing list