Skip to content

Commit

Permalink
feat: Add module group icon
Browse files Browse the repository at this point in the history
Also fix viewbox on all others!
  • Loading branch information
mikestreety committed Nov 17, 2023
1 parent db2b042 commit 249d7f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Configuration/Icons.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php

return [
'modulegroup-datalisting' => [
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
'source' => 'EXT:module_data_listing/Resources/Public/Icons/Modulegroup.svg',
],
'module-listing-company' => [
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
'source' => 'EXT:module_data_listing/Resources/Public/Icons/Company.svg',
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Icons/Company.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/Public/Icons/Map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Resources/Public/Icons/Modulegroup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/Public/Icons/Tools.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/Public/Icons/Users.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[
'access' => 'user,group',
'name' => 'datalisting',
'iconIdentifier' => 'modulegroup-system',
'iconIdentifier' => 'modulegroup-datalisting',
'labels' => 'LLL:EXT:module_data_listing/Resources/Private/Language/locallang_mod_datalisting.xlf',
]
);
Expand Down

0 comments on commit 249d7f9

Please sign in to comment.