‪TYPO3CMS  10.4
ext_tables.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3_MODE') or die();
4 
5 \‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
6  'dashboard',
7  '',
8  'top',
9  '',
10  [
11  'routeTarget' => \‪TYPO3\CMS\Dashboard\Controller\DashboardController::class . '::handleRequest',
12  'access' => 'user,group',
13  'name' => 'dashboard',
14  'icon' => 'EXT:dashboard/Resources/Public/Icons/Extension.svg',
15  'navigationComponentId' => '',
16  'inheritNavigationComponentFromMainModule' => false,
17  'labels' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_mod.xlf',
18  'standalone' => true
19  ]
20 );
21 
22 ‪$GLOBALS['TBE_STYLES']['skins']['dashboard']['stylesheetDirectories']['modal'] = 'EXT:dashboard/Resources/Public/Css/Modal/';
‪TYPO3
‪$GLOBALS
‪$GLOBALS['PAGES_TYPES']
Definition: ext_tables.php:12