2 defined(
'TYPO3_MODE') or die();
12 (
string)\
TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_BE_USER_SECTION => [
13 'allowedTables' => '*'
15 (
string)\
TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SYSFOLDER => [
18 'allowedTables' => '*'
20 (
string)\
TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_RECYCLER => [
22 'allowedTables' => '*'
25 'allowedTables' => 'pages,sys_category,sys_file_reference,sys_file_collection',
26 'onlyAllowedTables' => false
48 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web.xlf',
50 'iconIdentifier' => 'module-web'
53 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_site.xlf',
55 'workspaces' => 'online',
56 'iconIdentifier' => 'module-site',
59 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf',
60 'navigationFrameModule' => 'file_navframe',
62 'workspaces' => 'online,custom',
63 'iconIdentifier' => 'module-file'
66 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_usertools.xlf',
68 'iconIdentifier' => 'status-user-backend'
71 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_admintools.xlf',
73 'iconIdentifier' => 'module-tools'
76 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_system.xlf',
78 'iconIdentifier' => 'module-system'
81 'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_help.xlf',
83 'iconIdentifier' => 'module-help'
89 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addCoreNavigationComponent('web', '
TYPO3/CMS/Backend/PageTree/PageTreeElement');
104 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('pages', 'EXT:core/Resources/Private/Language/locallang_csh_pages.xlf');
105 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('be_users', 'EXT:core/Resources/Private/Language/locallang_csh_be_users.xlf');
106 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('be_groups', 'EXT:core/Resources/Private/Language/locallang_csh_be_groups.xlf');
107 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('sys_filemounts', 'EXT:core/Resources/Private/Language/locallang_csh_sysfilem.xlf');
108 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('sys_file_reference', 'EXT:core/Resources/Private/Language/locallang_csh_sysfilereference.xlf');
109 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('sys_file_storage', 'EXT:core/Resources/Private/Language/locallang_csh_sysfilestorage.xlf');
110 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('sys_language', 'EXT:core/Resources/Private/Language/locallang_csh_syslang.xlf');
111 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('sys_news', 'EXT:core/Resources/Private/Language/locallang_csh_sysnews.xlf');
113 \
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('xMOD_csh_corebe', 'EXT:core/Resources/Private/Language/locallang_csh_corebe.xlf');