TYPO3: Clean up non used tt_content fields

In most cases I don’t use some tt_content fields, so it would be nice to don’t see them at all. Also for other backend users less is more (easy).  So let’s clean them up!

Copy Paste this in your Page TSConfig:

#-----------------------------------
# Clean up tt_content
#-----------------------------------

TCEFORM.tt_content.section_frame.disabled = 1
TCEFORM.tt_content.date.disabled = 1
TCEFORM.tt_content.linkToTop.disabled = 1
TCEFORM.tt_content.header_position.disabled = 1
TCEFORM.tt_content.rte_enabled.disabled = 1
TCEFORM.tt_content.longdescURL.disabled = 1
TCEFORM.tt_content.altText.disabled = 1
TCEFORM.tt_content.image_effects.disabled = 1
TCEFORM.tt_content.image_compression.disabled = 1
TCEFORM.tt_content.imagecaption_position.disabled = 1
TCEFORM.tt_content.titleText.disabled = 1
TCEFORM.tt_content.sectionIndex.disabled = 1

Bookmark and Share

Drop a comment