mirror of
https://github.com/werkraum-media/thuecat.git
synced 2025-01-09 12:46:17 +01:00
parent
c3f1d49cd0
commit
e36f01b9fe
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ defined('TYPO3') or die();
|
|||
[
|
||||
'label' => $languagePath,
|
||||
'value' => $cType,
|
||||
'icon' => Extension::getIconPath() . 'tt_content_' . $cType . '.svg',
|
||||
'icon' => 'tt_content_' . $cType,
|
||||
'group' => Extension::TCA_SELECT_GROUP_IDENTIFIER,
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue