# Block Editor

@formField('block_editor', [
'blocks' => ['title', 'quote', 'text', 'image', 'grid', 'test', 'publications', 'news']
])
See Block editor
| Option | Description | Type/values | Default value |
|---|---|---|---|
| blocks | Array of blocks | array | |
| label | Label used for the button | string | 'Add Content' |
| withoutSeparator | Defines if a separator before the block editor container should be rendered | true false | false |