TYPO3 TypoScript: empty value for certain doktype

raw

page.typoscript

1
2
3
4
5
6
7
8
9
10
11
12
13
14
        variables {
            specialFooterElementPageUid = TEXT
            specialFooterElementPageUid {
                value = {$my.pids.specialFooterElement}
 
                #hide footer nav links on project pages (doktype=11)
                stdWrap.if {
                    isInList.field = doktype
                    value = 11
                    negate = 1
                }
            }
        }
 
Christian Weiske Christian Weiske
owner

History