2 years ago
#72370
user500665
How do I bring a TYPO3 constant into ext_localconf.php?
In my TYPO3 site package I have set a custom RTE preset by adding this line to ext_localconf.php
:
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['my_preset'] = 'EXT:my_site/Configuration/RTE/custom.yaml';
Is there a way I can allow the yaml file location to be overridden by a constant?
php
typo3
typoscript
0 Answers
Your Answer