‪TYPO3CMS  ‪main
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
7 defined('TYPO3') or die();
8 
9 // Fill the "owner" field of a dashboard with the user who created it
10 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = ‪NoteCreationEnricher::class;
‪TYPO3\CMS\SysNote\Persistence\NoteCreationEnricher
Definition: NoteCreationEnricher.php:29
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:25