diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 9d615ce34f53e78b6fa3fb7ae40a188b412f975e..ee25fd9b0dde2d7aa89e42801744c535a7f34508 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",