Actions
Bug #71640
closedTyposcript constants defined in pagetsconfig are not available in TS when pageTSconfig is set with include
Start date:
2015-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Description
The new feature, which allows adding pagetsconfig as includes (#68315), is not implemented in \TYPO3\CMS\Core\TypoScript\TemplateService::mergeConstantsFromPageTSconfig, therefore no constants are forwarded to FE.
Example page TSconfig in a file, which is included:
TSFE.constants.the_text = Hello!
Example in TypoScript template:
page.1000 = TEXT page.1000.value = {$the_text}
Actions