From 2496dd6f142a516bccfdf1857ed0ba8d7ce01648 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 17 Aug 2021 14:10:03 +0100 Subject: [PATCH] Add steps option to form --- packages/standard-components/manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/standard-components/manifest.json b/packages/standard-components/manifest.json index 17d95321c9..59df5211f1 100644 --- a/packages/standard-components/manifest.json +++ b/packages/standard-components/manifest.json @@ -1705,7 +1705,8 @@ "illegalChildren": ["section"], "actions": [ "ValidateForm", - "ClearForm" + "ClearForm", + "NextFormStep" ], "styles": ["size"], "settings": [ @@ -1725,6 +1726,13 @@ "label": "Custom" } }, + { + "type": "select", + "label": "Steps", + "key": "steps", + "defaultValue": "1", + "options": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + }, { "type": "boolean", "label": "Disabled",