[TYPO3-english] Case for content types

Tapio Markula tapio.markula at xetpoint.fi
Thu Oct 9 13:32:21 CEST 2008


Hi

Image text has been defined in
tt_content.image.20 = IMGTEXT

How to build CASE stucture on the base of colPos.

HMENU can have this
lib.menu=HMENU
lib.menu{
   1=TMENU
   1.wrap=<ul>|</ul>
   1.NO {
     wrapItemAndSub=<li>|</li>
     stdWrap.cObject = CASE
     stdWrap.cObject {
       key.field = doktype
       default = TEXT
       default {
         field = title
         stdWrap.htmlSpecialChars = 1
       }
			# 4 = shortcut
       4 = TEXT
...


More information about the TYPO3-english mailing list