Skip to content

Commit 0cc6545

Browse files
authored
[TASK] Add group value to CType registration
1 parent 89cb8a9 commit 0cc6545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/TCA/Overrides/tt_content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTcaSelectItem(
7070
'tt_content',
7171
'CType',
72-
['label' => 'LLL:EXT:cta/Resources/Private/Language/locallang_db.xlf:contentelements.title', 'value' => 'cta', 'icon' => 'ctype-cta'],
72+
['label' => 'LLL:EXT:cta/Resources/Private/Language/locallang_db.xlf:contentelements.title', 'value' => 'cta', 'icon' => 'ctype-cta', 'group' => 'default'],
7373
'textmedia',
7474
'after'
7575
);

0 commit comments

Comments
 (0)