| Current Path : /proc/thread-self/root/var/www/surf/TYPO3/vendor/typo3/cms-t3editor/ |
| Current File : //proc/thread-self/root/var/www/surf/TYPO3/vendor/typo3/cms-t3editor/ext_localconf.php |
<?php
declare(strict_types=1);
use TYPO3\CMS\T3editor\Form\Element\T3editorElement;
defined('TYPO3') or die();
// Register backend FormEngine node
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1433089350] = [
'nodeName' => 't3editor',
'priority' => 40,
'class' => T3editorElement::class,
];