Last active
November 23, 2017 19:03
-
-
Save stafast/89a8424b70df487fbf02 to your computer and use it in GitHub Desktop.
TYPO3 Get Content Elements by UID in Fluid (Tags: fluid dce ce inhaltselment cObject f:oObject )
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
| <f:cObject typoscriptObjectPath="lib.getContentElementsByUid">{myUID}</f:cObject> |
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
| lib.getContentElementsByUid = RECORDS | |
| lib.getContentElementsByUid { | |
| tables = tt_content | |
| source.current = 1 | |
| source.wrap = | | |
| dontCheckPid = 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn’t it be
<f:cObject typoscriptObjectPath="lib.getContentElementsByUid">{myUID}</f:cObject>?