diff --git a/modulecheck/forms.json b/modulecheck/forms.json index a394355323e3c83d534557cce07955b507270355..b1ebaea9ab8618f076b15b4f10a9f9d99ff80181 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -47,7 +47,9 @@ "renderingMode", "enableBlurBackground", "funInteractionParams", - "sceneAnimationParams" + "sceneAnimationParams", + "resizable", + "groupId" ] }, "required": [ @@ -383,6 +385,17 @@ } } } + }, + "resizable": { + "description": "This label indicates whether the form can resizable.", + "type": "boolean", + "default": false + }, + "groupId": { + "description": "The group id of the form. Forms in the same group can be resized.", + "type": "string", + "pattern": "^[0-9]*$", + "maxLength": 2 } } }