Hi folks
Since my client won’t be allowed to change the root pages shown in the dashboard, I want to hide the edit button:
Actually the edit button ist just for visibility, but I want to hide it anyway. Is there an easy solution? So far I tried:
- Changing the root blueprint to
pages: false, update: false and status: false
Any ideas?
Thanks
Stefan
But you can still edit the root pages by clicking on the page names…
You could probably hide that button with a custom panel stylesheet.
Not if you have role based permissions in place or . prevent editing of pages via the blueprint. Unfortunately, those permissions do not seem to hide the edit button.
A. custom stylesheet or a custom pages widget are. possible solutions.
Thanks for all the answers! Think I’ll opt for the custom css. Seems a simple and quick solution!