Project

General

Profile

Bug #71640

Updated by Markus Klein over 8 years ago

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: 
 <pre> 
 TSFE.constants.the_text = Hello! 
 </pre> 


 Example in TypoScript template: 
 <pre> 
 page.1000 = TEXT 
 page.1000.value = {$the_text} 
 </pre>

Back