‪TYPO3CMS  ‪main
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 
3 // Register own renderType for tx_styleguide_elements_basic user_1 as user1Element
4 ‪$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1536238257] = [
5  'nodeName' => 'user1Element',
6  'priority' => 40,
7  'class' => \TYPO3\CMS\Styleguide\Form\Element\User1Element::class,
8 ];
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:25