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",
"ScrollTo"
],
"styles": ["size"],
"styles": ["padding", "size", "background", "border", "shadow"],
"size": {
"width": 400,
"height": 400
@ -6804,7 +6804,7 @@
"hAlign": "stretch",
"vAlign": "start"
},
"styles": ["size"],
"styles": ["padding", "size", "background", "border", "shadow"],
"settings": [
{
"type": "table",
@ -6988,7 +6988,7 @@
"formblock": {
"name": "Form Block",
"icon": "Form",
"styles": ["size"],
"styles": ["padding", "size", "background", "border", "shadow"],
"block": true,
"info": "Form blocks are only compatible with internal or SQL tables",
"size": {