| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-core/Configuration/Backend/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-core/Configuration/Backend/Modules.php |
<?php
/**
* Configuration of the main modules (having no parent and no path)
*/
return [
'web' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web.xlf',
'iconIdentifier' => 'modulegroup-web',
'navigationComponent' => '@typo3/backend/page-tree/page-tree-element',
],
'file' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf',
'iconIdentifier' => 'modulegroup-file',
'navigationComponent' => '@typo3/backend/tree/file-storage-tree-container',
],
'site' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_site.xlf',
'workspaces' => 'live',
'iconIdentifier' => 'modulegroup-site',
],
'user' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_usertools.xlf',
'iconIdentifier' => 'modulegroup-user',
'appearance' => [
'renderInModuleMenu' => false,
],
],
'tools' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_admintools.xlf',
'iconIdentifier' => 'modulegroup-tools',
],
'system' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_system.xlf',
'iconIdentifier' => 'modulegroup-system',
],
'help' => [
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_help.xlf',
'iconIdentifier' => 'modulegroup-help',
'appearance' => [
'renderInModuleMenu' => false,
],
],
];