Skip to content

Instantly share code, notes, and snippets.

@dmitryd
Last active October 14, 2015 11:52
Show Gist options
  • Save dmitryd/409ce17613f37f5a2faf to your computer and use it in GitHub Desktop.
Save dmitryd/409ce17613f37f5a2faf to your computer and use it in GitHub Desktop.
Render image reference from page properties with TypoScript (TYPO3 CMS)
ogimageNoSlide = FILES
ogimageNoSlide {
references {
table = pages
uid.data = page:uid
fieldName = ogimage
}
maxItems = 1
renderObj = TEXT
renderObj {
data = file:current:uid
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment