‪TYPO3CMS  11.5
ext_tables.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
7 
8 defined('TYPO3') or die();
9 
11  'dashboard',
12  '',
13  'top',
14  '',
15  [
16  'routeTarget' => ‪DashboardController::class . '::handleRequest',
17  'access' => 'user,group',
18  'name' => 'dashboard',
19  'iconIdentifier' => 'module-dashboard',
20  'navigationComponentId' => '',
21  'inheritNavigationComponentFromMainModule' => false,
22  'labels' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_mod.xlf',
23  'standalone' => true,
24  ]
25 );
26 
27 ‪$GLOBALS['TBE_STYLES']['skins']['dashboard']['stylesheetDirectories']['modal'] = 'EXT:dashboard/Resources/Public/Css/Modal/';
‪$GLOBALS
‪$GLOBALS['TBE_STYLES']['skins']['backend']['stylesheetDirectories']['css']
Definition: ext_tables.php:14
‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility
Definition: ExtensionManagementUtility.php:43
‪TYPO3\CMS\Dashboard\Controller\DashboardController
Definition: DashboardController.php:45