[TYPO3-german] FCE mit EXT:fed & EXT:flux
Josef F. Glatz
typo3 at josefglatz.at
Tue Jan 17 20:02:17 CET 2012
Hallo Liste,
Ich versuche gerade vergebens mittels flux & fed ein FCE zu Erstellen,
welches ein Sheet hat mit einem Feld "flux.flexform.field.group" damit
ich diesem einfach Bilder hinzufügen kann und diese dann wie gewünscht
ausgeben kann ohne TemplaVoila.
Ich habe schon etliches versucht, bekomme aber stets Errors.
Das hier ist mein Template:
----------------------------------
{namespace flux=Tx_Flux_ViewHelpers}
<f:layout name="FCE" />
<f:section name="Configuration">
<flux:flexform id="PortfolioDetail" label="Portfolio Detail">
<flux:flexform.sheet name="labels" label="Labels">
<flux.flexform.field.group name="items" internalType="files"
uploadFolder="uploads/tx_fluxfce" label="Choose Images for this
portfolio" allowed="jpg,png" required="TRUE" />
</flux:flexform.sheet>
</flux:flexform>
</f:section>
<f:section name="Preview">
Choosen background image: {items}
</f:section>
<f:section name="Main">
<div class="testfce">
{items}
</div>
</f:section>
-------------------------------
Ich bekomme stets den Fehler:
Error: Tried to get a variable "sections" which is not stored in the
context!
Hat jemand einen Tipp für mich?
Ich verwende TYPO3 4.6.3, aktuelle flux sowie FED aktuelle git-version.
Mit bestem Dank im Voraus!
--
Cheers,
Josef Florian Glatz
http://typo3blog.at
More information about the TYPO3-german
mailing list