[FEATURE] Add TCA renderType additionalHelpText
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user