diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 404d27897260bcb771d23df2c2256e02af4845a8..6ebed43b3e1039713f5545fa1fa52a7984b91dec 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -22,6 +22,7 @@ "enum": [ "name", "description", + "type", "src", "window", "colorMode", @@ -152,6 +153,15 @@ "type": "boolean", "default": false }, + "type": { + "description": "This tag identifies the card type.", + "type": "string", + "enum": [ + "JS", + "eTS" + ], + "default": "JS" + }, "src": { "description": "Indicates the src of form.", "type": "string"