Reputation: 458
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
Upvotes: 0
Views: 655
Reputation: 458
Ah finally I found it using the typoscript object browser:
tt_content.stdWrap.innerWrap.cObject {
default.20.10.value = csc-default myClass
}
Thanks anyway
Upvotes: 1