[TYPO3-dev] Plugin Config Flexform

Roman Pretory roman at pretory.at
Wed Mar 16 18:46:41 CET 2016


Changed that to $pluginSignature = str_replace('_', '', $_EXTKEY) . '_checkdns';

also change it to a sample,  check once more the flexform on server direct .. no change.

<T3DataStructure>
    <sheets>
        <sDEF>
            <ROOT>
                <TCEforms>
                    <sheetTitle>123456</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                     <settings.header> 
                        <TCEforms>
                            <label>Betreff</label>
                            <config>
                                <type>input</type>
                                <size>2</size>
                                <eval>int</eval>
                                <default>10</default>
                            </config>
                        </TCEforms>
                     </settings.header> 
                </el>        
            </ROOT>
        </sDEF>    
    </sheets>    
</T3DataStructure>





More information about the TYPO3-dev mailing list