Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/layout_builder/layout_builder.permissions.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 # @todo Expand permissions to be more granular in | |
2 # https://www.drupal.org/node/2914486. | |
3 configure any layout: | 1 configure any layout: |
4 title: 'Configure any layout' | 2 title: 'Configure any layout' |
5 restrict access: true | 3 restrict access: true |
4 create and edit custom blocks: | |
5 title: 'Create and edit custom blocks' | |
6 description: 'Manage the single-use blocks within the Layout Builder' | |
7 | |
8 permission_callbacks: | |
9 - \Drupal\layout_builder\LayoutBuilderOverridesPermissions::permissions |