Skip to content

Instantly share code, notes, and snippets.

View Aladim's full-sized avatar

Michael Schopp Aladim

  • Munich
View GitHub Profile
@s2b
s2b / PageTS.ts2
Last active November 7, 2019 10:52
Responsive Images and TYPO3: http://somethingphp.com/responsive-images-typo3/
TCEFORM.tt_content {
# Disable fields that specify/change image dimensions
imagewidth.disabled = 1
imageheight.disabled = 1
section_frame.disabled = 1
# Limit column selection
imagecols.keepItems = 1, 2, 3, 4
imagecols.types.textpic.keepItems = 1, 2
}