Hi Christian,

Hallo,
könnt Ihr mir sagen wie ich eine Flexform Feld in eine TypoScript
einbinden kann.

Mit dem XPATH Content Object kannst Du per TypoScript Werte aus Flexform XML lesen:

http://typo3.org/extensions/repository/view/cobj_xpath bzw.
http://docs.typo3.org/typo3cms/extensions/cobj_xpath/Tutorials/UsingXpathToReadFlexformValues/Index.html

30=IMAGE
30{
   file=??????????
   file.width=300c
   file.height=300c
   layoutKey=default

Der Ansatz ist von Deinem TS rendering context abhängig, aber ungefähr so:

file.import.cObject = XPATH
file.import.cObject.source = Dein Flexform Feld

Beste Grüße,
Torsten



_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an