[TYPO3-dev] Add typolinks to TMENU

Lina Wolf liste at linawolf.de
Tue Oct 26 10:16:21 CEST 2010


Could you use a CASE Object maybe? By the way, the snipped was written 
by head, there might be some syntax errors. It should just demonstrate 
the idea

lib.mymenu = HMENU
lib.mymenu.1 = TMENU
lib.mymenu.1 {
     doNotLinkIt = 1
     NO.stdWrap.cObject = CASE
     NO.stdWrap.cObject {
         key.field = uid
         default = TEXT
         default {
             value = navtitle // title
             typolink.parameter.field = uid
         }
         4 = COA
         4 {
             # Whatever
         }
     }
}

-- 
Liebe Grüße Lina Wolf





More information about the TYPO3-dev mailing list