[TYPO3-mvc] Flexforms dont get merged in $this->settings
Xavier Perseguers
typo3 at perseguers.ch
Tue Nov 24 07:47:35 CET 2009
Hi,
This was asked in thread "FlexForm configuration cannot be retrieved
anymore", a few days ago.
> <foo>
^^ settings.foo
> <TCEforms>
> <label>Foo</label>
> <config>
> <type>input</type>
> <size>5</size>
> <max>5</max>
> <eval>int</eval>
> <default>0</default>
> </config>
> </TCEforms>
> </foo>
^^ /settings.foo
> <product>
^^ settings.product
> <TCEforms>
> <label>LLL:EXT:product_import_voila/Resources/Private/Language/FlexForms/ProductSimply.xml:product</label>
> <config>
> <type>select</type>
>
> <items type="array">
> <numIndex index="0" type="array">
> <numIndex index="0">LLL:EXT:product_import_voila/Resources/Private/Language/FlexForms/ProductSimply.xml:product.choice</numIndex>
> <numIndex index="1"></numIndex>
> </numIndex>
> </items>
>
> <itemsProcFunc>tx_productimportvoila_helper->productSelect</itemsProcFunc>
> </config>
> </TCEforms>
> </product>
^^ /settings.product
> Any ideas? Some things changed? Is this a bug?
A breaking change...
Cheers
--
Xavier Perseguers
DBAL Leader
http://forge.typo3.org/projects/show/extension-dbal
More information about the TYPO3-project-typo3v4mvc
mailing list