Just a simple question for a problem I encountered in a website i’m building with kirby.
Is it possible to assign a view permission to a single section or tab ? I want to make it visible ony for the admin role but i can’t find anything useful on this matter in the documentation. Also is there a list of permissions anywhere ?
No, that’s not possible, you can only assign permissions on a per-view basis. What you can do is assign different blueprints bases on user role: User permisions for specific page and it's subpages
Thank you.