Pages · Laravilt
Builder
Block-based content builder with typed blocks.
A block-based content builder. Each block type has its own fields.
Basic usage
php
Behaviour
php
API reference
| Method | Description |
|---|---|
blocks(array) | Available Block types |
addable() / deletable() / reorderable() / cloneable() | Item actions |
reorderableWithButtons() / reorderableWithDragAndDrop() | Reorder mode |
collapsible() / collapsed() | Collapse items |
minItems(int) / maxItems(int) | Item counts |
addActionLabel() / addActionAlignment() | Add button |
blockNumbers() / blockIcons() / blockPreviews() | Item display |
blockPickerColumns() / blockPickerWidth() | Block picker layout |
Block supports label(), icon(), schema(), columns() and collapsible().