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