Hallo,
ich habe ein Flexform welches Sections beinhaltet und aus einem Titel und Bildern besteht. In Zukunft kommen noch ein paar Felder hinzu, aber der Einfachheit hab ich es etwas zusammen gestrichen.
Die Sections funktionieren ohne Probleme und der FAL würde auch funktionieren, wenn man keine Sections hat.
Beides zusammen funktioniert aber nicht. Im FAL bekomme ich immer "Wrong configuration in table fg5654fde" zurück.
Ich konnte es so weit nachvollziehen, dass er anscheinend nicht weiß, dass er es in die tt_content schreiben soll. nur warum?
<?xml version="1.0" encoding="UTF-8"?> <T3DataStructure> <meta> <langChildren type="integer">1</langChildren> </meta> <ROOT> <type>array</type> <el> <settings.teaser> <section>1</section> <type>array</type> <el> <item> <type>array</type> <el> <title> <TCEforms> <exclude>1</exclude> <config> <type>input</type> <eval>trim, required</eval> <size>30</size> </config> </TCEforms> </title> <newimage> <TCEforms> <config> <type>inline</type> <foreign_table>sys_file_reference</foreign_table> <foreign_field>uid_foreign</foreign_field> <foreign_sortby>sorting_foreign</foreign_sortby> <foreign_table_field>tablenames</foreign_table_field> <foreign_match_fields type="array"> <fieldname>image</fieldname> </foreign_match_fields> <foreign_label>uid_local</foreign_label> <foreign_selector>uid_local</foreign_selector> <foreign_selector_fieldTcaOverride type="array"> <config> <appearance> <elementBrowserType>file</elementBrowserType> <elementBrowserAllowed>jpg,png</elementBrowserAllowed> </appearance> </config> </foreign_selector_fieldTcaOverride> <minitems>1</minitems> <maxitems>1</maxitems> <appearance type="array"> <createNewRelationLinkTitle>Neues Bild</createNewRelationLinkTitle> <useSortable></useSortable> <showPossibleLocalizationRecords>TRUE</showPossibleLocalizationRecords> <showRemovedLocalizationRecords>TRUE</showRemovedLocalizationRecords> <showSynchronizationLink>TRUE</showSynchronizationLink> <headerThumbnail type="array"> <field>uid_local</field> <width>64</width> <height>64</height> </headerThumbnail> <enabledControls type="array"> <info>TRUE</info> <new></new> <dragdrop>TRUE</dragdrop> <sort></sort> <hide>TRUE</hide> <delete>TRUE</delete> <localize>TRUE</localize> </enabledControls> <levelLinksPosition>both</levelLinksPosition> </appearance> <behaviour> <localizationMode>select</localizationMode> <localizeChildrenAtParentLocalization>TRUE</localizeChildrenAtParentLocalization> </behaviour> </config> </TCEforms> </newimage> </el> </item> </el> </settings.teaser> </el> </ROOT> </T3DataStructure>

