You are here

bibcite_entity.permissions.yml in Bibliography & Citation 2.0.x

Same filename and directory in other branches
  1. 8 modules/bibcite_entity/bibcite_entity.permissions.yml
modules/bibcite_entity/bibcite_entity.permissions.yml

File

modules/bibcite_entity/bibcite_entity.permissions.yml
View source
  1. # Reference
  2. administer bibcite_reference:
  3. title: 'Administer Reference entities'
  4. description: 'Allow to access the administration form to configure Reference entities.'
  5. restrict access: true
  6. create bibcite_reference:
  7. title: 'Create new Reference entity of any type'
  8. delete own bibcite_reference:
  9. title: 'Delete own Reference entity of any type'
  10. delete any bibcite_reference:
  11. title: 'Delete any Reference entity of any type'
  12. edit own bibcite_reference:
  13. title: 'Edit own Reference entity of any type'
  14. edit any bibcite_reference:
  15. title: 'Edit any Reference entity of any type'
  16. view bibcite_reference:
  17. title: 'View Reference entities'
  18. view own unpublished bibcite_reference:
  19. title: 'View own unpublished References'
  20. view all bibcite_reference revisions:
  21. title: 'View all Reference revisions'
  22. description: 'To view a revision, you also need permission to view the Reference item.'
  23. revert all bibcite_reference revisions:
  24. title: 'Revert all Reference revisions'
  25. description: 'To revert a revision, you also need permission to edit the Reference item.'
  26. delete all bibcite_reference revisions:
  27. title: 'Delete all Reference revisions'
  28. description: 'To delete a revision, you also need permission to delete the Reference item.'
  29. # Contributor
  30. administer bibcite_contributor:
  31. title: 'Administer Contributor entities'
  32. description: 'Allow to access the administration form to configure Contributor entities.'
  33. restrict access: true
  34. create bibcite_contributor:
  35. title: 'Create new Contributor entities'
  36. delete bibcite_contributor:
  37. title: 'Delete Contributor entities'
  38. edit bibcite_contributor:
  39. title: 'Edit Contributor entities'
  40. view bibcite_contributor:
  41. title: 'View Contributor entities'
  42. # Keyword
  43. administer bibcite_keyword:
  44. title: 'Administer Keyword entities'
  45. description: 'Allow to access the administration form to configure Keyword entities.'
  46. restrict access: true
  47. create bibcite_keyword:
  48. title: 'Create new Keyword entities'
  49. delete bibcite_keyword:
  50. title: 'Delete Keyword entities'
  51. edit bibcite_keyword:
  52. title: 'Edit Keyword entities'
  53. view bibcite_keyword:
  54. title: 'View Keyword entities'
  55. permission_callbacks:
  56. - \Drupal\bibcite_entity\ReferencePermissions::referenceTypePermissions