[TYPO3-english] Prevent css_styled_content from overwriting content rendering templates

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Tue Jul 3 21:36:27 CEST 2012


Hello folks,

I got an extension which defines it's
own content rendering templates. The
extension must be installed first in
order of installation, before CSC.

The problem is,that css_styled_content
overwrites the content rendering templates:

--------------------------------------------------
$TYPO3_CONF_VARS['FE']['contentRenderingTemplates'] = array(
	'cssstyledcontent/static/',
	'cssstyledcontent/static/v4.6/',
	'cssstyledcontent/static/v4.5/',
	'cssstyledcontent/static/v4.4/',
	'cssstyledcontent/static/v4.3/',
	'cssstyledcontent/static/v4.2/',
	'cssstyledcontent/static/v3.9/',
	'cssstyledcontent/static/v3.8/',
);
--------------------------------------------------

Is there a way to prevent CSC overwriting
the whole array or is there a hook which
I can use to post-process $TYPO3_CONF_VARS?

Thanks a lot,
Thomas


More information about the TYPO3-english mailing list