From 02eda15aa45b4c3c73eb0c3022f1a450ea59f215 Mon Sep 17 00:00:00 2001 From: zhouxueer Date: Sat, 3 Aug 2024 12:51:39 +0000 Subject: [PATCH] add config item for form config Signed-off-by: zhouxueer --- modulecheck/forms.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 9d615ce3..ee25fd9b 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -30,6 +30,7 @@ "window", "colorMode", "formConfigAbility", + "formBindAbility", "formVisibleNotify", "isDefault", "updateEnabled", @@ -194,6 +195,11 @@ "maxLength": 127, "pattern": "^ability://(.*)$" }, + "formBindAbility": { + "description": "Indicates the name of the bind ability for provide view.", + "type": "string", + "maxLength": 127 + }, "formVisibleNotify": { "description": "This tag identifies whether the card is allowed to use card visibility notifications.", "type": "boolean", -- Gitee