[TYPO3-english] Removing the <div class="csc-default"> wrap on subpart only

Jan Bednarik info at bednarik.org
Sun Jul 13 20:54:54 CEST 2014


Hi,

it's possible. Subpart is CONTENT cObject and this cObject can contain 
rendering definition. If it's not present, then the top level is used. 
So that means you can do it like this:

page.10.subparts.ABC < styles.content.get
page.10.subparts.ABC {
	renderObj < tt_content
	renderObj {
		stdWrap.....wrap > # you'll figure this out
	}
}

Regards

Jan

Dne 11. 7. 2014 14:07, Torsten Schneider napsal(a):
> Hello,
>
> I'm looking for a way to remove the <div class="csc-default"> wrap for a
> specific subpart of my site.
> With tt_content.stdWrap.innerWrap > it's only possible to remove it for
> the whole site - at least I did not find any way to get it working for 1
> subpart only.
>
> Any ideas?
>
> Thank you and best regards,
>
> Torsten



More information about the TYPO3-english mailing list