Skip to content

Instantly share code, notes, and snippets.

@alrnz
Last active May 8, 2019 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alrnz/8ccfc8bf6bff3a02314628cee758b545 to your computer and use it in GitHub Desktop.
Save alrnz/8ccfc8bf6bff3a02314628cee758b545 to your computer and use it in GitHub Desktop.
Add new type of image orientation to text-media content-elements #TYPO3 #TypoScript
# Remove items from imageorient of textpic elements
TCEFORM.tt_content.imageorient {
removeItems = 1,2,3,4,5,6,7,8,9,10
addItems {
62 = As Background
62.icon = EXT:typo3sz_assets/Resources/Public/Icons/svg/0645-earth.svg
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment