2 if (!defined('TYPO3_MODE')) {
6 if (TYPO3_MODE
=== 'BE') {
7 \TYPO3\CMS\Extbase\Utility\ExtensionUtility
::registerModule(
8 'TYPO3.CMS.' . $_EXTKEY,
10 'extensionmanager', '', array(
11 'List' => 'index,ter,showAllVersions',
12 'Action' => 'toggleExtensionInstallationState,removeExtension,downloadExtensionZip,downloadExtensionData',
13 'Configuration' => 'showConfigurationForm,save',
14 'Download' => 'checkDependencies,installFromTer,updateExtension,updateCommentForUpdatableVersions',
15 'UpdateScript' => 'show',
16 'UpdateFromTer' => 'updateExtensionListFromTer',
17 'UploadExtensionFile' => 'form,extract'
20 'access' => 'user,group',
21 'icon' => 'EXT:' . $_EXTKEY . '/ext_icon.gif',
22 'labels' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_mod.xml',
26 // Register extension status report system
27 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['providers']['Extension Manager'][] =
28 'TYPO3\\CMS\\Extensionmanager\\Report\\ExtensionStatus';
30 // Register specific icon for update script button
31 t3lib_SpriteManager
::addSingleIcons(
33 'update-script' => t3lib_extMgm
::extRelPath($_EXTKEY) . 'Resources/Public/Images/Icons/ExtensionUpdateScript.png'