Closed fedme closed 7 years ago
Hi, is it possible to have the revisions page in the admin panel even if the logged user doesn not have the super user permission?
access: admin: login: true super: true // some of my admin users don't have this
Is there a special permission that allows me to do something like:
access: admin: login: true revisions: true
Thank you very much
Found the solution, just add the following to the user account:
It works due to how Grav builds the admin menu
Hi, is it possible to have the revisions page in the admin panel even if the logged user doesn not have the super user permission?
Is there a special permission that allows me to do something like:
Thank you very much