[TYPO3-english] TYPO3 8.7 and Flexform

Christian Tauscher christian.tauscher at media-distillery.de
Thu Feb 13 21:54:27 CET 2020


Am 15.01.2019 um 13:40 schrieb jeppe at donslund.net:
> Hi
>
> I can seem to find a working tutorial on how to use Flexform in TYPO3 8.7.
> ...

I stuck at the same point but found the solution:

In TCA/Overrides/tx_my_domainmodel_mytable.php:

$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['my_pluigin']
= 'pi_flexform';
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue(
    // plugin signature: <extension key without underscores> '_' <plugin
name in lowercase>
    'my_plugin',
    // Flexform configuration schema file
    'FILE:EXT:my/Configuration/FlexForms/flexform_show.xml'
);


Yepp?


Christian.


More information about the TYPO3-english mailing list