0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
t3editor
/
[
Home
]
File: 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, ];