UsernamePasswordLoginProvider::class, 'sorting' => 50, 'iconIdentifier' => 'actions-key', 'label' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:login.link', ]; // Register search key shortcuts $GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['page'] = 'pages'; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = DataHandlerAuthenticationContext::class; // Giving the two hook registrations a unique name to allow unsetting this hook if it is not wanted. // ext:container does this to apply own logic. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['contentElementRestriction'] = DataHandlerContentElementRestrictionHook::class; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']['contentElementRestriction'] = DataHandlerContentElementRestrictionHook::class;