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

Bert Hiddink [BENDOO e-work solutions] hiddink at bendoo.nl
Wed Oct 8 19:16:14 CEST 2014


Hello Christian,

Aaaah, how could I overlook that!

Thanks!!!!
Bert

On 08-10-14 18:10, Christian Futterlieb wrote:
> 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