Am 15.01.2019 um 13:40 schrieb je...@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.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to