Skip to content
Snippets Groups Projects
Commit 5126db23 authored by Michael Oehlhof's avatar Michael Oehlhof Committed by Wouter Wolters
Browse files

[TASK] EXT:info Uniform extension directory structure

Moved the code from the mod1 directory to the Modules/Info directory.

Resolves: #68353
Releases: master
Change-Id: I3ffcc7a3c69f11200c81a36a30a6ef603fc91996
Reviewed-on: http://review.typo3.org/41685


Reviewed-by: default avatarSusanne Moog <typo3@susannemoog.de>
Tested-by: default avatarSusanne Moog <typo3@susannemoog.de>
Reviewed-by: default avatarFrederic Gaus <frederic.gaus@flagbit.de>
Tested-by: default avatarFrederic Gaus <frederic.gaus@flagbit.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 634bb23d
No related merge requests found
......@@ -6,14 +6,14 @@ if (TYPO3_MODE === 'BE') {
'web',
'info',
'',
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) . 'mod1/',
'EXT:info/Modules/Info/',
array(
'script' => '_DISPATCH',
'access' => 'user,group',
'name' => 'web_info',
'labels' => array(
'tabs_images' => array(
'tab' => '../Resources/Public/Icons/module-info.svg',
'tab' => 'EXT:info/Resources/Public/Icons/module-info.svg',
),
'll_ref' => 'LLL:EXT:lang/locallang_mod_web_info.xlf',
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment