Skip to content

Commit

Permalink
[TASK] Add extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-fr committed Jul 22, 2024
1 parent ab13d66 commit e772235
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Configuration/TCA/Overrides/tt_content_plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
ExtensionUtility::registerPlugin(
'AcademicPersonsEdit',
'ProfileSwitcher',
'LLL:EXT:academic_persons_edit/Resources/Private/Language/locallang_be.xlf:plugin.profile_switcher.label'
'LLL:EXT:academic_persons_edit/Resources/Private/Language/locallang_be.xlf:plugin.profile_switcher.label',
'EXT:academic_persons_edit/Resources/Public/Icons/persons_edit_icon.svg'
);
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['academicpersonsedit_profileswitcher'] = implode(',', [
'pages',
Expand All @@ -25,7 +26,8 @@
ExtensionUtility::registerPlugin(
'AcademicPersonsEdit',
'ProfileEditing',
'LLL:EXT:academic_persons_edit/Resources/Private/Language/locallang_be.xlf:plugin.profile_editing.label'
'LLL:EXT:academic_persons_edit/Resources/Private/Language/locallang_be.xlf:plugin.profile_editing.label',
'EXT:academic_persons_edit/Resources/Public/Icons/persons_edit_icon.svg'
);
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['academicpersonsedit_profileediting'] = implode(',', [
'pages',
Expand Down
43 changes: 43 additions & 0 deletions Resources/Public/Icons/persons_edit_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e772235

Please sign in to comment.