adamlevine: Hiding "saveDocNew" Button in Backend

Beitrag lesen

Hi All,

I am using TYPO3 6.1 and As per requirement need to hide buttons in backend.. I have applied below code in User TS config and it is working fine.

options.saveDocNew = 0
options.saveDocView = 0
options.saveDocNew.pages= top
options.saveDocView.pages= top
options.saveDocNew.tx_ce_productnames_data= top

But I need to set it for all backend users, don't want to setup on every backend user's config. Anyone have any idea how to setup globally for all backend user?. I had tried it on root level of page tree config and Template TS setup but not working.

​Thanks