in ext_tables.php der Extbase Extension folgende Code-Zeilen einfügen:
1 2 3 4 5 6 7 8 9 10 |
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable( $_EXTKEY, 'tx_lflandportal_domain_model_offer', 'categories', array( 'fieldConfiguration' => array( 'foreign_table_where' => ' AND sys_category.pid = 88 AND sys_category.parent IN (0,132,133,138,147) ORDER BY sys_category.title ASC', ) ) ); |