[TYPO3-english] Generate GMenu with Typo3 6.1
Indira
indira at seethroughweb.com
Fri Jun 28 21:51:49 CEST 2013
Hello,
I'm trying to generate a GMenu with Typoscript. I used to do it using the snippet below, but this doesn't work on Typo3 6.1. How can I implement this on newer Typo3 versions?
2 = GMENU
2 {
wrap = <ul>|</ul>
noBlur = 1
expAll = 1
NO = 1
NO {
wrapItemAndSub = |*|<li>|</li>|*|<li class="last">|</li>
ATagParams = class=""
XY = [5.w],130
5 = IMAGE
5.file {
import.field = media
import = uploads/media/
import.listNum = 0
}
}
}
Thank you,
Indira.
More information about the TYPO3-english
mailing list