[TYPO3-templavoila] Multiple images in one TemplaVoilà field on typo3 6.0
Christoph
christoph.haid at easyweb.at
Fri Feb 22 09:10:52 CET 2013
Hi at all!
I try to get Multiple Images on one TemplaVolia field on Typo3 Version 6.0 to run.
I used the same Code in typo3 4.7 and all Work fine!
I used this Code:
10 = COA
10 {
10 = HTML
10 {
value.field = field_images
value.split {
token = ,
cObjNum = 1
1 {
10 = IMAGE
10 {
file {
import.current = 1
import = uploads/tx_templavoila/
format = jpg
width = 600c
height = 350c
quality = 90
}
}
10.wrap = <li>|</li>
}
}
}
}
Link: https://snipt.net/mawe/f/
In the Frontend there is no Output!
Does enybody have any Idea how to fix it?
thx greez
Chris
More information about the TYPO3-project-templavoila
mailing list