You are here

protected property LayoutBuilderLockTest::$editorOverridePermissions in Layout Builder Lock 8

The editor permissions.

Type: array

File

tests/src/Functional/LayoutBuilderLockTest.php, line 107

Class

LayoutBuilderLockTest
Tests Layout Builder Lock.

Namespace

Drupal\Tests\layout_builder_lock\Functional

Code

protected $editorOverridePermissions = [
  'bypass node access',
  'configure any layout',
  'create and edit custom blocks',
  'access contextual links',
  'manage lock settings on overrides',
];