[TYPO3-dev] Plugin Config Flexform

Roman Pretory roman at pretory.at
Wed Mar 16 17:03:31 CET 2016


Micheal please wait..

I have found  errors .. Change $global  to $GLOBAL

Than I have look in the db and I found as list_type checkdns_checkdns and this should not be?

if I change the tt-content.php to
$pluginSignature = 'check_dns';

$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['checkdns_checkdns'] = 'pi_flexform';
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue($pluginSignature, 'FILE:EXT:check_dns/Configuration/FlexForms/ff_check_dns.xml');

I get an flex maybe a sample ... 

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 <T3FlexForms>
     <data>
         <sheet index="sDEF">
             <language index="lDEF">
                 <field index="xmlTitle">
                     <value index="vDEF"></value>
                 </field>
             </language>
         </sheet>
     </data>
 </T3FlexForms>

But I get something :-)

So I rebuild all from the begin with the ext builder, because i thing there I have make the Error to name the model as the same as the ext.
A compare with another ext dosn't help to find the bug i have made.

THX Roman






More information about the TYPO3-dev mailing list