'TYPO3.CMS.' . $_EXTKEY,
'tools',
'extensionmanager', '', array(
- 'List' => 'index,ter,showAllVersions',
+ 'List' => 'index,ter,showAllVersions,distributions',
'Action' => 'toggleExtensionInstallationState,removeExtension,downloadExtensionZip,downloadExtensionData',
'Configuration' => 'showConfigurationForm,save',
- 'Download' => 'checkDependencies,installFromTer,updateExtension,updateCommentForUpdatableVersions',
+ 'Download' => 'checkDependencies,installFromTer,installDistribution,updateExtension,updateCommentForUpdatableVersions',
'UpdateScript' => 'show',
'UpdateFromTer' => 'updateExtensionListFromTer',
- 'UploadExtensionFile' => 'form,extract'
+ 'UploadExtensionFile' => 'form,extract',
+ 'Distribution' => 'welcome'
),
array(
'access' => 'user,group',
- 'icon' => 'EXT:' . $_EXTKEY . '/ext_icon.gif',
- 'labels' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_mod.xml',
+ 'icon' => 'EXT:' . $_EXTKEY . '/Resources/Public/Icons/module.png',
+ 'labels' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_mod.xlf',
)
);