From 4c7f65a811e9bf302d2128d166e047e901e6f07f Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 6 Aug 2024 11:48:00 +0100 Subject: [PATCH] Add more styles to forms --- packages/client/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 8ca9698bcf..f232318c53 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -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": {