Skip to content

Commit

Permalink
Add the content element icon to TCA typeicon_classes (#3611)
Browse files Browse the repository at this point in the history
Co-authored-by: ghermens <47635467+ghermens@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ghermens committed Oct 25, 2023
1 parent 4adf1d9 commit c8a63d3
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 c8a63d3

Please sign in to comment.