Skip to content

Commit

Permalink
[TASK] Provide label for itemgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Nov 3, 2024
1 parent 38f9bde commit a026acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a026acc

Please sign in to comment.