Skip to content

Instantly share code, notes, and snippets.

@runningnet
Created December 5, 2014 15:18
Show Gist options
  • Select an option

  • Save runningnet/e2b3b5fb5d726feebbed to your computer and use it in GitHub Desktop.

Select an option

Save runningnet/e2b3b5fb5d726feebbed to your computer and use it in GitHub Desktop.
Typo3 Conten per Ts ausblenden From http://typo3.org/documentation/snippets/sd/100/
[globalVar = GP:test = 1]
# Shows only content elements, which have not# uid 23,24,25
page.10 < styles.content.get
page.10.renderObj.stdWrap.if {
isInList.field = uid
value = 23,24,25
negate = 1
}
[end]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment