diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 1963c75303097bf5237aa8d392220bc6d532cdb5..2af3bb900ad17ac01537fa93d0b64c96516f8983 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -114,7 +114,7 @@ "default": "auto" }, "supportDimensions": { - "description": "This label identifies the card appearance specification. The value is \"1*2\", \" 2*2\", \"2*4\", \"4*4\", \"1*1\", \"6*4\", \"2*3\", \"3*3\" and cannot be default. \"2*3\", \"3*3\" used for wearable devices and \"3*4\" used for tv devices. At least one card specification must be specified when defining a card.", + "description": "This label identifies the card appearance specification. The value is \"1*2\", \" 2*2\", \"2*4\", \"4*4\", \"1*1\", \"6*4\", \"2*3\", \"3*3\" and cannot be default. \"2*3\", \"3*3\" used for wearable devices. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { @@ -127,13 +127,12 @@ "1*1", "6*4", "2*3", - "3*3", - "3*4" + "3*3" ] } }, "defaultDimension": { - "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices and \"3*4\" used for tv devices.", + "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices.", "type": "string", "uniqueItems": true, "enum": [ @@ -144,8 +143,7 @@ "1*1", "6*4", "2*3", - "3*3", - "3*4" + "3*3" ] }, "updateEnabled": {