TYPO3 - Add flexform to my own extension
问题 I am building my own extension. I have found this page about adding Flexform to the Extension https://gist.github.com/alrnz/c0f00b196d378f5b9150 And in my ext_tables.php i have this: \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( $_EXTKEY, 'Xlsxtotables', 'XLSX to tables' ); // Include flex forms $pluginSignature = str_replace('_', '', $_EXTKEY) . '_' . 'xlsxtotables'; // from registerPlugin(...) $TCA['tt_content']['types']['list']['subtypes_addlist'] [$pluginSignature] = 'pi