[TASK] Add curly brackets and md5 viewhelpers

This commit is contained in:
Philipp Dieter
2020-03-24 12:13:59 +01:00
parent 30e0e34a3a
commit a76a88c289
4 changed files with 55 additions and 0 deletions

View File

@@ -53,3 +53,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1549297828] = [
'priority' => 30,
'class' => \Cjel\TemplatesAide\FormEngine\AdditionalHelpText::class,
];
$GLOBALS['TYPO3_CONF_VARS']['SYS']['fluid']['namespaces']['c'] = [];
$GLOBALS['TYPO3_CONF_VARS']['SYS']['fluid']['namespaces']['c'][]
= 'Cjel\TemplatesAide\ViewHelpers';