Add width setting to multi step form block and fix layout
This commit is contained in:
parent
3430b7b2ac
commit
1bf556b4f2
|
@ -6038,6 +6038,11 @@
|
||||||
"icon": "AssetsAdded",
|
"icon": "AssetsAdded",
|
||||||
"block": true,
|
"block": true,
|
||||||
"hasChildren": false,
|
"hasChildren": false,
|
||||||
|
"size": {
|
||||||
|
"width": 400,
|
||||||
|
"height": 400
|
||||||
|
},
|
||||||
|
"styles": ["size"],
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
"type": "table",
|
"type": "table",
|
||||||
|
|
Loading…
Reference in New Issue