Last active
February 16, 2016 14:21
-
-
Save magicHatOfTYPO3/24262fbcf7f80d4b033b to your computer and use it in GitHub Desktop.
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
seminartitel = CONTENT | |
seminartitel { | |
table = tx_news_domain_model_news | |
select { | |
pidInList = {$newsStorage} | |
selectFields = tx_news_domain_model_news.title | |
where.data = field:gp:newsid | |
where.intval = 1 | |
where.wrap = uid=| | |
} | |
renderObj = TEXT | |
renderObj.field = title | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment