[TYPO3-german] Templavoila FCE Plugin einbinden.
Stefan Bothner | [m]zentrale
stefan at m-zentrale.de
Wed Oct 25 19:22:23 CEST 2006
> Hallo,
>
> ich möchte in ein FCE ein Plugin (z.B tinygallery) einbinden.
>
> Ich bekomme jedoch egal wie ich es probiere immer ein Data Structure
> ERROR: sobald ich das FCE in eine Seite einbinde und es dort
> bearbeite.
>
> Hier ein wenig Code
> <field_gallery type="array">
> <tx_templavoila type="array">
> <title>Gallery</title>
> <sample_data type="array">
> <numIndex index="0"></numIndex>
> </sample_data>
> <eType>ce</eType>
> 10 < plugin.tx_tinygallery_pi1
> </tx_templavoila>
> </field_gallery>
> Auch wenn ich um die 10 ein <TypoScript></TypoScript> baue
> kein Erfolg.
>
> Wenn ich den eType ändere auf none leider gleiches Ergebnis. :-(
>
> Die Einbindung als lib.Gallery (TypoScriptObject) ebenfalls
> kein Erfolg.
> Habe es folgendermaßen probiert.
> ...Schnipp
> <eType>TypoScriptObject</eType>
> <TypoScriptObjPath>lib.myObject</TypoScriptObjPath>
> <TypoScript>
> lib.Gallery < plugin.tx_tinygallery_pi1
> </TypoScript>
> </tx_templavoila>
>
> Für Lösungsvorschläge bin ich sehr dankbar.
> Danke
> Bis dann
> Florian Zimmermann
Hi,
das müsste dann so heissen:
<eType>TypoScriptObject</eType>
<eType_EXTRA type="array">
<objPath>lib.Gallery</objPath>
</eType_EXTRA>
<TypoScriptObjPath>lib.Gallery</TypoScriptObjPath>
und dann kannst du im TS-Setup, nicht in TV,
das so füllen:
lib.Gallery = TEXT
lib.Gallery.value = Hier soll die Gallery sein
Grüsse
Ford
More information about the TYPO3-german
mailing list