permissions_by_term.settings:
path: '/admin/permissions-by-term/settings'
defaults:
_form: 'Drupal\permissions_by_term\Form\SettingsForm'
_title: 'Permissions by Term Settings'
requirements:
_permission: 'administer site configuration'
The permission used is administer site configuration. I would like to have a separate permission. Because I have an administrator role that should not be able to change the setting: Single Term Restriction
Comments
Comment #2
jepster_Ah, interesting. That sounds like an easy one. I will take care of it soon.
Comment #4
jepster_The permission has been released in version 8.x-1.48. See https://www.drupal.org/project/permissions_by_term/releases/8.x-1.48.
Comment #5
jepster_