-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It will only be shown if there is any entry. This allows installations to add custom elements to that group, or use their own.
- Loading branch information
1 parent
0eedec8
commit e3c306e
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; | ||
use WerkraumMedia\ThueCat\Extension; | ||
|
||
ExtensionManagementUtility::addTcaSelectItemGroup( | ||
'tt_content', | ||
'CType', | ||
Extension::TCA_SELECT_GROUP_IDENTIFIER, | ||
Extension::getLanguagePath() . 'locallang_tca.xlf:tt_content.group', | ||
'bottom', | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters