[TYPO3-dev] Remove tabs from page settings

the answer theanswer.info at gmail.com
Tue Sep 5 10:17:34 CEST 2017


Ok so for anyone else who is looking how to disable fields. Right click on the element inside the tab and inspect it with your browser. Look for the name attribute.

For example to disable Appearance tab write:

# Disable Appearance tab
page.TCEFORM.tt_content.layout.disabled = 1
page.TCEFORM.tt_content.frame_class.disabled = 1
page.TCEFORM.tt_content.space_before_class.disabled = 1
page.TCEFORM.tt_content.sectionIndex.disabled = 1
page.TCEFORM.tt_content.space_after_class.disabled = 1
page.TCEFORM.tt_content.linkToTop.disabled = 1

I still need help on how to do this for just one user role. 



More information about the TYPO3-dev mailing list