block_content.permissions.yml

Same filename in other branches
  1. 11.x core/modules/block_content/block_content.permissions.yml
core/modules/block_content/block_content.permissions.yml

File

core/modules/block_content/block_content.permissions.yml

View source
  1. permission_callbacks:
  2. - \Drupal\block_content\BlockContentPermissions::blockTypePermissions
  3. access block library:
  4. title: 'Access the Content blocks overview page'
  5. description: 'Get an overview of all content blocks.'
  6. administer block types:
  7. title: 'Administer block types'
  8. description: 'Maintain the block types of block content available and the fields that are associated with those types.'
  9. restrict access: TRUE
  10. administer block content:
  11. title: 'Administer block content'
  12. description: 'View, edit and delete all block content regardless of permission restrictions.'
  13. restrict access: TRUE

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.