You are here

public property BlockStyle::$layout_builder_embed_form in Block Style Plugins 8.2

Whether or not to embed the style form directly on the layout builder form.

If set to true, the styles form will be embedded on the 'configure' form of the layout builder block. Otherwise it will be added via a separate 'Style settings' contextual link.

Type: array

File

src/Annotation/BlockStyle.php, line 63

Class

BlockStyle
Defines a Block style item annotation object.

Namespace

Drupal\block_style_plugins\Annotation

Code

public $layout_builder_embed_form = FALSE;