TYPO3 give minimal BE user rights
Jump to navigation
Jump to search
To remove some unwanted features for minimalistic backend users:
Extended View, etc
Remove "Extended View", "Show clipboard", "Enable Localization View" in web list:
Add to the backend users group the following TSconfig:
mod.web_list.enableDisplayBigControlPanel = deactivated
mod.web_list.enableClipBoard = deactivated
mod.web_list.enableLocalizationView = deactivated
And again in backend users group TSconfig:
options.contextMenu {
pageList.disableItems = delete,hide,new,copy,cut,paste,history,moreoptions
}