| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/ext_localconf.php |
<?php
declare(strict_types=1);
use TYPO3\CMS\Reactions\Form\Element\FieldMapElement;
defined('TYPO3') or die();
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1660911089] = [
'nodeName' => 'fieldMap',
'priority' => 40,
'class' => FieldMapElement::class,
];