[TYPO3-dev] extbase and flexform

Grummfy grummfy at gmail.com
Fri Dec 9 11:11:27 CET 2011


Hi everyone,
I try to use a flexform to configure frontend plugins developped in
extbase/fluid on Typo3 4.6.1.

In the backend the flexform seems to have a problem to refill informations
all fields are all time empty.

my flexform : http://pastebin.com/EnZPuwEz
in database there is this :

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3FlexForms>
    <data type="array">

        <sDEF type="array">

            <lDEF type="array">

                <xmlTitle type="array">

                    <vDEF></vDEF>
                </xmlTitle>
                <settingstest type="array">

                    <vDEF>abc</vDEF>
                </settingstest>

                <settingstoto type="array">

                    <vDEF>2196</vDEF>
                </settingstoto>

            </lDEF>
        </sDEF>
    </data>
</T3FlexForms>

How I configure it (in ext_tables.php) :

$pluginSignature = str_replace('_', '', $_EXTKEY) . '_exttest';

$TCA['tt_content']['types']['list']['subtypes_excludelist'][
$pluginSignature ] = '';

$TCA['tt_content']['types']['list']['subtypes_addlist'][
$pluginSignature ] = 'pi_flexform';

t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:' .
$_EXTKEY . '/Configuration/FlexForms/flexform.xml');

Anyone have an idea how to resolve this problems?

Thanks


-- 
Van Belle Jonathan



More information about the TYPO3-dev mailing list