Skip to content

Instantly share code, notes, and snippets.

@Gregcop1
Created June 26, 2014 14:05
Show Gist options
  • Save Gregcop1/5d2697c5a7f5ed0a8cd8 to your computer and use it in GitHub Desktop.
Save Gregcop1/5d2697c5a7f5ed0a8cd8 to your computer and use it in GitHub Desktop.
Get page's media in Typoscript with FAL system
10 = FILES
10 {
references {
table = pages
uid.field = uid
fieldName = media
}
maxItems = 1
renderObj = COA
renderObj {
10 = IMG_RESOURCE
10 {
file.import.data = file:current:publicUrl
}
wrap = <img src="|" alt="{field:title}"/>
wrap.insertData = 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment