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.
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.