Actions
Bug #38698
closedcss_styled_content overwrites contentRenderingTemplates array
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2012-07-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The extension css_styled_content makes it hard to define
custom content rendering templates in the TYPO3_CONF_VARS
array, because it just overwrites the existing value.
If you install/use an extension which is installed before
css_styled_content and sets it's own content rendering
templates, css_styled_content overwrites the array.
Imho to allow custom content rendering templates the
extension CSC should check if the array exists before,
and create it, if not available.
A first patch is attached for TYPO3 4.7, but I'd like
to have this also in 4.5 LTS and 4.6, because I think
it's more a bug and not a feature.
Is there a chance to get this into the next minor release?
Thanks a lot!
Files
Actions