Skip to content

Commit bb07c24

Browse files
authored
Merge pull request #14 from b13/davidsteeb-patch-1
[TASK] Add CTA element to "default" group
2 parents 89cb8a9 + fa369fb commit bb07c24

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)