[TYPO3-mvc] CObject-ViewHelper to output several images

Michael Bakonyi kontakt at mb-neuemedien.de
Fri Jan 27 18:10:04 CET 2012


Okay, no I know what was wrong ...

I set split to the property field, but the TEXT-object itself has to be
get the property:

lib.image = TEXT
lib.image{
  field = galleryImages
  split{
    token = ,
    cObjNum = 1
    1{
      10 = IMAGE
      10{
        file{
          import = uploads/pics/
          import.current = 1
          maxW = 272
        }
      }
    }
  }
}

Then it is working and now I can access all the other fields needed
aswell I think.

Anyway, thx for your answers!
Michael


More information about the TYPO3-project-typo3v4mvc mailing list