简体   繁体   中英

Typo3: Add class to default content wrap

I want to add a class to the default content wrap

<div id="c8" class="csc-default myclass"></div>

but I don't know how to override.

tt_content.stdWrap.innerWrap.cObject.??.??.??

Thanks for help

Ah finally I found it using the typoscript object browser:

tt_content.stdWrap.innerWrap.cObject {

  default.20.10.value = csc-default myClass

}

Thanks anyway

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM