You are here

drupalchat.permissions.yml in DrupalChat 8

File

drupalchat.permissions.yml
View source
  1. 'access drupalchat':
  2. title: 'Access DrupalChat'
  3. description: 'Access DrupalChat UI'
  4. 'administer drupalchat':
  5. title: 'Administer Drupalchat'
  6. description: 'Administer DrupalChat. Chat admins should be given this permission.'
  7. 'moderate drupalchat':
  8. title: 'Moderate Drupalchat'
  9. description: 'Moderate DrupalChat. Chat moderators should be given this permission.'
  10. 'access drupalchat own logs':
  11. title: 'Access own DrupalChat log'
  12. description: 'Access only self private conversation with other users'
  13. 'access drupalchat all logs':
  14. title: 'Access all DrupalChat logs'
  15. description: 'Access conversation of all users site-wide'