[FEATURE] Add TCA renderType additionalHelpText

This commit is contained in:
Philipp Dieter
2019-02-04 17:38:42 +01:00
parent bad951d9e7
commit e881d9b045
2 changed files with 37 additions and 1 deletions

View File

@@ -46,4 +46,10 @@ call_user_func(
}
);
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1549297828] = [
'nodeName' => 'additionalHelpText',
'priority' => 30,
'class' => \Cjel\TemplatesAide\FormEngine\AdditionalHelpText::class,
];