File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'llxml2xlifficon ' => [
5+ 'provider ' => \TYPO3 \CMS \Core \Imaging \IconProvider \SvgIconProvider::class,
6+ 'source ' => 'EXT:ew_llxml2xliff/Resources/Public/Icons/Extension.svg '
7+ ]
8+ ];
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ services:
77
88 Evoweb\EwLlxml2xliff\ :
99 resource : ' ../Classes/*'
10+
11+ Evoweb\EwLlxml2xliff\Controller\FileController :
12+ tags : [ 'backend.controller' ]
Original file line number Diff line number Diff line change 1212 ],
1313 [
1414 'access ' => 'user,group ' ,
15- 'icon ' => 'EXT:ew_llxml2xliff/Resources/Public/Icons/Extension.svg ' ,
15+ 'name ' => 'tools_llxmlconverter ' ,
16+ 'iconIdentifier ' => 'llxml2xlifficon ' ,
1617 'labels ' => 'LLL:EXT:ew_llxml2xliff/Resources/Private/Language/locallang_mod.xlf ' ,
1718 ]
1819);
You can’t perform that action at this time.
0 commit comments