diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 63602b1674..35e38775b9 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -52,6 +52,8 @@ '; } +$GLOBALS['TCA']['tt_content']['columns']['CType']['config']['itemGroups']['news'] = 'LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:pi1_title'; + ExtensionManagementUtility::addToInsertRecords('tx_news_domain_model_news'); foreach (['crdate', 'tstamp'] as $fakeField) {