[TYPO3-dev] Plugin Config Flexform

Michael Schams typo3 at 2016.schams.net
Wed Mar 16 11:18:13 CET 2016


On Wed, 2016-03-16 at 10:59 +0100, Roman Pretory wrote:

> I use 7.6.LTS and want to create a plugin config Flexform .
> What I did without sucess :
> /typo3conf/ext/check_dns/Configuration/TCA/Overrides/tt_content.php
[...]
> Clear cache, reinstall Plugin... no flexform.. why?

Try to put the stuff into file "ext_tables.php":

$pluginSignature = ...
$GLOBALS['TCA']...
...addPiFlexFormValue( ... );


Cheers
Michael





More information about the TYPO3-dev mailing list