You are here

protected property GlobalSettingsForm::$categories in Layout Builder Component Attributes 1.2.x

Configuration categories.

Type: array

File

src/Form/GlobalSettingsForm.php, line 25

Class

GlobalSettingsForm
Global settings form.

Namespace

Drupal\layout_builder_component_attributes\Form

Code

protected $categories = [
  'allowed_block_attributes',
  'allowed_block_title_attributes',
  'allowed_block_content_attributes',
];