[TYPO3-german] FCE mit IMAGE erzeugen...

Thomas Janke janke at imco.DOT.de
Mon Feb 19 18:12:36 CET 2007


Thomas Janke wrote:
> K. Zugberg wrote:
>> Hallo Thomas,
>>
>> beim mir sieht die Konfiguration für ein Bild im FCE ungefähr so aus:
>>
>> <TypoScript>
>>    10 = IMAGE
>>    10.file.import = uploads/tx_templavoila/
>>    10.file.import.current = 1
>>    10.file.import.listNum = 0
>>    10.file.maxW = 120
>>    10.file.maxH = 130
>>    10.params = class="alignLeft"
>> </TypoScript>
Ich denke da eher an solch ein Konstrukt.

   10 = IMAGE
   10.file.import {
     cObject = TEXT
     cObject.value = fileadmin/user_upload/bilder/testbild.jpg
   }
   10.file.maxW = 120
   10.file.maxH = 130

Ich muesste es jetzt nur noch schaffen dem cObjekt den Wert aus einem
Feld field_img_src z.B. zuzuweisen?!
Das oben funktioniert naemlich schon.

Gruss Thomas


More information about the TYPO3-german mailing list