tires Posted May 17, 2022 Share Posted May 17, 2022 Hello! I wonder if i can create a minimalist backend for some user groups. They don't have to see the unpublish and hide option in the page tree, neither the page settings tab. For image fields the crop, focus etc. options as well as the actions are not necessary ... Is there an easy way to achieve this? Or a module? Cheers and thanks! Link to comment Share on other sites More sharing options...
elabx Posted May 17, 2022 Share Posted May 17, 2022 2 hours ago, tires said: They don't have to see the unpublish and hide option in the page tree, neither the page settings tab. For publish/hide you will only need to setup access control accordingly in the role that the users will have. Settings can be disabled with RestrictTabView. 2 hours ago, tires said: For image fields the crop, focus etc. options as well as the actions are not necessary ... I think this is the one that might require some css to display none, or look for a hook where you could edit this markup. 2 Link to comment Share on other sites More sharing options...
tires Posted May 30, 2022 Author Share Posted May 30, 2022 Thanks! The RestrictTabView module seems to be a good way. Do you have a sample code for a hook to hide the crop / focus etc.? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now