Restrict tab access by user role

Hey Kirby Community,

I have a panel with various tabs (admin / students / program) and 2 user roles (admin / student).

How could a tab restriction be implemented. I searched the docs and forum but I did not find a solution to display or restrict tabs by a specific user role.

Any ideas how to solve this?

Thanks for your help

There is no out-of-the box way to restrict tabs. The only way to restrict access to certain parts of a page is via different blueprints per role, i.e. create blueprints with/without the tabs that are restricted.

On an individual blueprint bases: User blueprints and panel permissions - #9 by texnixe

Completely different blueprint set per role: Custom blueprint for different roles - #2 by gillesvauvarin

Thank you texnixe, again your response time and support is awesome.