bibcite-8.x-1.x-dev/modules/bibcite_entity/bibcite_entity.permissions.yml
modules/bibcite_entity/bibcite_entity.permissions.yml
# Reference administer bibcite_reference: title: 'Administer Reference entities' description: 'Allow to access the administration form to configure Reference entities.' restrict access: true create bibcite_reference: title: 'Create new Reference entity of any type' delete own bibcite_reference: title: 'Delete own Reference entity of any type' delete any bibcite_reference: title: 'Delete any Reference entity of any type' edit own bibcite_reference: title: 'Edit own Reference entity of any type' edit any bibcite_reference: title: 'Edit any Reference entity of any type' view bibcite_reference: title: 'View Reference entities' view own unpublished bibcite_reference: title: 'View own unpublished References' view all bibcite_reference revisions: title: 'View all Reference revisions' description: 'To view a revision, you also need permission to view the Reference item.' revert all bibcite_reference revisions: title: 'Revert all Reference revisions' description: 'To revert a revision, you also need permission to edit the Reference item.' delete all bibcite_reference revisions: title: 'Delete all Reference revisions' description: 'To delete a revision, you also need permission to delete the Reference item.' # Contributor administer bibcite_contributor: title: 'Administer Contributor entities' description: 'Allow to access the administration form to configure Contributor entities.' restrict access: true create bibcite_contributor: title: 'Create new Contributor entities' delete bibcite_contributor: title: 'Delete Contributor entities' edit bibcite_contributor: title: 'Edit Contributor entities' view bibcite_contributor: title: 'View Contributor entities' # Keyword administer bibcite_keyword: title: 'Administer Keyword entities' description: 'Allow to access the administration form to configure Keyword entities.' restrict access: true create bibcite_keyword: title: 'Create new Keyword entities' delete bibcite_keyword: title: 'Delete Keyword entities' edit bibcite_keyword: title: 'Edit Keyword entities' view bibcite_keyword: title: 'View Keyword entities' permission_callbacks: - \Drupal\bibcite_entity\ReferencePermissions::referenceTypePermissions
