[Panel] Show/hide pages/template for specific roles

For example:

I want to following actions in Panel:

  • Hide products for accounting role
  • Hide transactions for sales agent role
  • Hide orders and transactions for editor role

So I don’t want the editor to know about sales.

I can manage delete, update, sort, etc actions but cant see show and hide options.

Do you know anything about such a feature?

It is called read, not show

Works great! Really thanks @texnixe I have so much to learn.

options:
    read:
        accounting: false

I was looking user blueprint and permissons :face_with_hand_over_mouth: