Fix broken icon for CE

Resolves: #11481
This commit is contained in:
Daniel Siepmann (Codappix) 2024-11-04 14:47:10 +01:00
parent c3f1d49cd0
commit e36f01b9fe
SSH key fingerprint: SHA256:nAjx3Dpp8kuAC+S7QXj8BWmqw+KI1Miu+5e40BP3LXA

View file

@ -60,7 +60,7 @@ defined('TYPO3') or die();
[ [
'label' => $languagePath, 'label' => $languagePath,
'value' => $cType, 'value' => $cType,
'icon' => Extension::getIconPath() . 'tt_content_' . $cType . '.svg', 'icon' => 'tt_content_' . $cType,
'group' => Extension::TCA_SELECT_GROUP_IDENTIFIER, 'group' => Extension::TCA_SELECT_GROUP_IDENTIFIER,
] ]
); );