Hey everyone. So I’ve found this documentation on hiding menu items in other plugins:
My problem is, I would like to hide the menu items as soon as the save button is hit on tailor globals. It would make as a great experience UI wise. Currently, the turbo router for the backend is preventing this.
My approach before was hiding the menus with CSS and JavaScript with the backend.page.beforeDisplay
event but that doesn’t work either since the assets are only added after a refresh as well.
How would you go about this.