Add more styles to forms

This commit is contained in:
Andrew Kingston 2024-08-06 11:48:00 +01:00
parent 73079e4417
commit 4c7f65a811
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -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": {