field_permission_example.permissions.yml

Same filename in other branches
  1. 3.x modules/field_permission_example/field_permission_example.permissions.yml
  2. 8.x-1.x field_permission_example/field_permission_example.permissions.yml
modules/field_permission_example/field_permission_example.permissions.yml

File

modules/field_permission_example/field_permission_example.permissions.yml

View source
  1. # Permissions for the field_permission_example module
  2. 'view own field note':
  3. title: View own field note
  4. 'edit own field note':
  5. title: Edit own field note
  6. 'view any field note':
  7. title: View any field note
  8. 'edit any field note':
  9. title: Edit any field note
  10. 'administer the field note field':
  11. title: Administer settings for the field note field.