isBackend()) { /** * Registers the customizer backend module */ \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule( 'OtTemplating', 'web', // Make module a submodule of 'web' 'otcustomizer', // Submodule key 'before:OtStatsOtstats', // Position array( OtCustomizerController::class => 'index,selectTemplate,updatePreferences', ), array( 'access' => 'user,group', 'icon' => 'EXT:ot_templating/Resources/Public/Icons/Extension.png', 'labels' => 'LLL:EXT:ot_templating/Resources/Private/Language/locallang_mod.xlf', ) ); } } );