Skip to content

Instantly share code, notes, and snippets.

@DirkWolke
Created April 26, 2016 11:32
Show Gist options
  • Save DirkWolke/e102034c364c7d32a197b490a03345d5 to your computer and use it in GitHub Desktop.
Save DirkWolke/e102034c364c7d32a197b490a03345d5 to your computer and use it in GitHub Desktop.
TYPO3 7.6 FAL tt_content Images TypoScript
10 = FILES
10 {
references {
table = tt_content
uid.data = uid
fieldName = assets
}
renderObj = IMAGE
renderObj {
file {
import.data = file:current:publicUrl
width = 1200
height = 400c
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment