Layout
The layout is used to divide the form into different columns. It can have 2-4 columns which can be filled with every block type.
Example
{
"type": "layout",
"columnCount": 2,
"columns": [
[
... elements for the first column ...
],
[
... elements for the second column ...
]
]
}
Reference
columnCount
How many columns should be displayed and fillable with blocks.
| Type | Required |
|---|---|
| number | yes |
columns
Array of Block-Arrays .
| Type | Required |
|---|---|
| array | yes |