Skip to content

Commit

Permalink
Add the content element icon to TCA typeicon_classes (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermens committed Oct 25, 2023
1 parent 9dac5d2 commit 79de350
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
'after'
);

// Adds the content element icon to TCA typeicon_classes
$GLOBALS['TCA']['tt_content']['ctrl']['typeicon_classes']['myextension_newcontentelement'] = 'content-text';

// ...

0 comments on commit 79de350

Please sign in to comment.