Add more styles to forms
This commit is contained in:
parent
73079e4417
commit
4c7f65a811
|
@ -2825,7 +2825,7 @@
|
||||||
"UpdateFieldValue",
|
"UpdateFieldValue",
|
||||||
"ScrollTo"
|
"ScrollTo"
|
||||||
],
|
],
|
||||||
"styles": ["size"],
|
"styles": ["padding", "size", "background", "border", "shadow"],
|
||||||
"size": {
|
"size": {
|
||||||
"width": 400,
|
"width": 400,
|
||||||
"height": 400
|
"height": 400
|
||||||
|
@ -6804,7 +6804,7 @@
|
||||||
"hAlign": "stretch",
|
"hAlign": "stretch",
|
||||||
"vAlign": "start"
|
"vAlign": "start"
|
||||||
},
|
},
|
||||||
"styles": ["size"],
|
"styles": ["padding", "size", "background", "border", "shadow"],
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
"type": "table",
|
"type": "table",
|
||||||
|
@ -6988,7 +6988,7 @@
|
||||||
"formblock": {
|
"formblock": {
|
||||||
"name": "Form Block",
|
"name": "Form Block",
|
||||||
"icon": "Form",
|
"icon": "Form",
|
||||||
"styles": ["size"],
|
"styles": ["padding", "size", "background", "border", "shadow"],
|
||||||
"block": true,
|
"block": true,
|
||||||
"info": "Form blocks are only compatible with internal or SQL tables",
|
"info": "Form blocks are only compatible with internal or SQL tables",
|
||||||
"size": {
|
"size": {
|
||||||
|
|
Loading…
Reference in New Issue