From 0cc65452e5241a7410489b93151903f08cac2618 Mon Sep 17 00:00:00 2001 From: David Steeb Date: Fri, 14 Mar 2025 10:18:11 +0100 Subject: [PATCH] [TASK] Add group value to CType registration --- Configuration/TCA/Overrides/tt_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 82c9160..c510039 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -69,7 +69,7 @@ \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTcaSelectItem( 'tt_content', 'CType', - ['label' => 'LLL:EXT:cta/Resources/Private/Language/locallang_db.xlf:contentelements.title', 'value' => 'cta', 'icon' => 'ctype-cta'], + ['label' => 'LLL:EXT:cta/Resources/Private/Language/locallang_db.xlf:contentelements.title', 'value' => 'cta', 'icon' => 'ctype-cta', 'group' => 'default'], 'textmedia', 'after' );