From fa369fb7b2c96479cf731eb3ea8e7ac5e37c4932 Mon Sep 17 00:00:00 2001 From: David Steeb Date: Wed, 19 Feb 2025 16:12:06 +0100 Subject: [PATCH] [TASK] Add CTA element to "default" group --- 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' );