devel.permissions.yml 417 B

1234567891011121314
  1. access devel information:
  2. description: 'View developer output like variable printouts, query log, etc.'
  3. title: 'Access developer information'
  4. restrict access: TRUE
  5. execute php code:
  6. title: 'Execute PHP code'
  7. description: 'Run arbitrary PHP from a block.'
  8. restrict access: TRUE
  9. switch users:
  10. title: 'Switch users'
  11. description: 'Become any user on the site with just a click.'
  12. restrict access: TRUE