Created
December 5, 2014 15:18
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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