Panel area only for admins

Hi there,

Can I make a custom panel area (“dashboard”) only visible for accounts with the admin role? The other roles (Editor, Viewer, …) should not have access to the dashboard. Preferably I would just hide the sidebar menu item “Dashboard”.

Is this possible?

Have you tried access permissions in the user role blueprints for non-admins?

If that doesn’t work, you could hide the menu item based on role in your custom area und do a redirect in the route action to prevent direct access to the path for non-admin roles

How do you hide a menu item based on your role?

Have you tried the permission access option I linked to? Should work.