Skip to content

Commit

Permalink
[REFACTOR] Changes Icon from Tools Module to IconFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Nov 6, 2023
1 parent 3ac77e3 commit 5c81226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Features/AdminTools/Service/ToolsRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function processData(): void
$controllerActions,
[
'access' => 'admin',
'icon' => 'EXT:in2publish_core/Resources/Public/Icons/Tools.svg',
'iconIdentifier' => 'in2publish-core-tools-module',
'labels' => 'LLL:EXT:in2publish_core/Resources/Private/Language/locallang_mod4.xlf',
],
);
Expand Down
4 changes: 4 additions & 0 deletions Configuration/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
'provider' => SvgIconProvider::class,
'source' => 'EXT:in2publish_core/Resources/Public/Icons/Redirect.svg',
],
'in2publish-core-tools-module' => [
'provider' => SvgIconProvider::class,
'source' => 'EXT:in2publish_core/Resources/Public/Icons/Tools.svg',
],
];

0 comments on commit 5c81226

Please sign in to comment.