Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken icon for CE
Browse files Browse the repository at this point in the history
Resolves: #11481
d-s-codappix committed Nov 4, 2024
1 parent c3f1d49 commit e36f01b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
[
'label' => $languagePath,
'value' => $cType,
'icon' => Extension::getIconPath() . 'tt_content_' . $cType . '.svg',
'icon' => 'tt_content_' . $cType,
'group' => Extension::TCA_SELECT_GROUP_IDENTIFIER,
]
);

0 comments on commit e36f01b

Please sign in to comment.