[TYPO3-english] Some Typoscript menus from 4.5 not working on 6.2
    Braulio J. Solano-Rojas 
    braulio at solsoft.biz
       
    Mon Jul 14 07:14:25 CEST 2014
    
    
  
El 11/07/2014 03:04 a.m., Markus Klein escribió:
> Only a rough guess, but
>
> stdWrap.cObject = CASE
> stdWrap.cObject {
>    key.field = doktype
>    default = HTML  // <<<<--------------    HTML does NOT EXIST anymore!
>    default {
>       value {
>       field = nav_title
>       typolink {
>         parameter.field = uid
>        wrap =|
>     }
>
> It should be:
> default = TEXT
> default.value.field = nav_title
> default.typolink.....
Thanks, that was it!  :-D
Bests,
B.
    
    
More information about the TYPO3-english
mailing list