‪TYPO3CMS  10.4
tt_content.php
Go to the documentation of this file.
1 <?php
2 
3 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable(
4  'core',
5  'tt_content',
6  'categories',
7  [
8  'position' => 'replace:categories'
9  ]
10 );