Ich habe gerade mal die Extension wt_twitter installiert und da habe ich das Problem auch. Das Problem scheint also irgendwo in TYPO3 oder Extbase zu sein. Ein Update auf die aktuelle Version hat leider nicht gebracht.
2010/8/4 Alexander Walther <jumpingpi...@googlemail.com>: > Hi Gregor, > > leider klappt das auch nicht wirklich. > > Hier meine flexform.xml > > <T3DataStructure> > <sheets> > <sheet1> > <ROOT> > <TCEforms> > <sheetTitle>Options</sheetTitle> > </TCEforms> > <type>array</type> > <objecttype> > <TCEforms> > <label>Objecttype</label> > <config> > <type>select</type> > <items type="array"> > <numIndex > index="0" type="array"> > > <numIndex index="0">Type 1</numIndex> > > <numIndex index="1">0</numIndex> > </numIndex> > <numIndex > index="1" type="array"> > > <numIndex index="0">Type 2</numIndex> > > <numIndex index="1">1</numIndex> > </numIndex> > </items> > </config> > </TCEforms> > </objecttype> > </ROOT> > </sheet1> > </sheets> > </T3DataStructure> > > Wie schon gesagt im Backend kommt ein Inputfeld. > > Grüße > Alex > > 2010/8/4 Georg Ringer <m...@ringerge.org>: >> Hi, >> >> probier mal >> --------------------- >> // Flexforms for plugin pi1 >> $extensionName = t3lib_div::underscoredToUpperCamelCase($_EXTKEY); >> $pluginSignature = strtolower($extensionName) . '_pi1'; >> $TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] = >> 'pi_flexform'; >> t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:' . >> $_EXTKEY . '/Configuration/FlexForms/ControllerActions.xml'); >> >> --------------------- >> >> Georg >> _______________________________________________ >> TYPO3-german mailing list >> TYPO3-german@lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german >> > > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german > _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german