[TYPO3-english] TS, using override: adding class for selected section_frames

Christian Futterlieb christian at futterlieb.ch
Wed Oct 8 18:10:53 CEST 2014


Hi Bert

> tt_content.image.20.layout.default.value.override = [some value]
> tt_content.image.20.layout.default.value.override.if
>   isInList.field = section_frames
>   value = 20
> }
> tt_content.textpic.20.text.wrap.override = [some | value]
> tt_content.textpic.20.text.wrap.override.if
>   isInList.field = section_frames
>   value = 20
> }

You missed the opening brackets after the if:

tt_content.image.20.layout.default.value.override = [some value]
tt_content.image.20.layout.default.value.override.if {
  isInList.field = section_frames
  value = 20
}

Regards, Christian


More information about the TYPO3-english mailing list