annotate 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 |
|
rev |
line source |
Chris@0
|
1 configure any layout:
|
Chris@0
|
2 title: 'Configure any layout'
|
Chris@0
|
3 restrict access: true
|
Chris@5
|
4 create and edit custom blocks:
|
Chris@5
|
5 title: 'Create and edit custom blocks'
|
Chris@5
|
6 description: 'Manage the single-use blocks within the Layout Builder'
|
Chris@5
|
7
|
Chris@5
|
8 permission_callbacks:
|
Chris@5
|
9 - \Drupal\layout_builder\LayoutBuilderOverridesPermissions::permissions
|