2 defined(
'TYPO3_MODE') or die();
4 if (TYPO3_MODE === 'BE') {
5 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
11 'routeTarget' => \TYPO3\CMS\Lowlevel\View\DatabaseIntegrityView::class .
'::mainAction',
13 'name' =>
'system_dbint',
14 'workspaces' =>
'online',
16 'tabs_images' => array(
17 'tab' =>
'EXT:lowlevel/Resources/Public/Icons/module-dbint.svg',
19 'll_ref' =>
'LLL:EXT:lowlevel/Resources/Private/Language/locallang_mod.xlf',
23 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
29 'routeTarget' => \TYPO3\CMS\Lowlevel\View\ConfigurationView::class .
'::mainAction',
31 'name' =>
'system_config',
32 'workspaces' =>
'online',
34 'tabs_images' => array(
35 'tab' =>
'EXT:lowlevel/Resources/Public/Icons/module-config.svg',
37 'll_ref' =>
'LLL:EXT:lowlevel/Resources/Private/Language/locallang_mod_configuration.xlf',