[TYPO3-dev] extbase and flexform
Grummfy
grummfy at gmail.com
Mon Dec 19 10:28:30 CET 2011
So,
flexform doesn't work with '.' inside key on my typo3.
value with '.' are replace with value without '.' so the settings.test
become settingstest (if I remove the '.' inside flexform data are ok but
not loaded inside controller ....)
None have any idea how to resolve this problem?
2011/12/5 Grummfy <grummfy at gmail.com>
> 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
>
>
--
Van Belle Jonathan
More information about the TYPO3-dev
mailing list