Actions
Feature #44983
closedIncluding the CSC typoscript in external files the afterStaticUid 43 magic won't be included
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-01-30
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If you include the loading of typoscript from css_styled_content in an external file, the typoscipt
added by afterStaticUid 43 magic method won't be loaded or will be overwritten.
Perhaps it could be made possible to also load the typoscript in
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup']['.cssstyledcontent/static/']
after the including by
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/static/setup.txt">
Actions