From a4e00f4d7c48c2ff7c637415858d1eeade7aa6bf Mon Sep 17 00:00:00 2001 From: Talmiz Ahmed Date: Wed, 18 Sep 2024 17:58:59 +0530 Subject: [PATCH] updating schema with buttonType --- .../test/resources/schema/0.14.1/adaptive-form.schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundles/af-core/src/test/resources/schema/0.14.1/adaptive-form.schema.json b/bundles/af-core/src/test/resources/schema/0.14.1/adaptive-form.schema.json index 1b37a8641f..a18c9fe63e 100644 --- a/bundles/af-core/src/test/resources/schema/0.14.1/adaptive-form.schema.json +++ b/bundles/af-core/src/test/resources/schema/0.14.1/adaptive-form.schema.json @@ -811,7 +811,9 @@ "rules", "screenReaderText", "tooltip", - "visible" + "visible", + "type", + "buttonType" ], "errorMessage": { "enum": "${0} property is not allowed in Button"