diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index d47cd0db01d787590dbe982b397f624b796f1b54..b1089c4e79de44e757478881d7dd93ffea639c7c 100755 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -1985,12 +1985,13 @@ ] }, "supportDimensions": { - "description": "This label identifies the card appearance specification. The value is \"1*2\",\" 2*2\", \"2*4\",\"4*4\" and cannot be default. 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*1\", \" 2*2\", \"2*4\", \"4*4\" and cannot be default. At least one card specification must be specified when defining a card.", "type": "array", "items": { "type": "string", "enum": [ "1*2", + "2*1", "2*2", "2*4", "4*4" diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 89f0ff7a0a1315778f5ac07aa1512cdbe01acb8d..932335ee55730160e861fe399a2b7fe7b73b16a9 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -69,13 +69,14 @@ "default": "auto" }, "supportDimensions": { - "description": "This label identifies the card appearance specification. The value is \"1*2\",\" 2*2\", \"2*4\",\"4*4\" and cannot be default. 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*1\", \" 2*2\", \"2*4\", \"4*4\" and cannot be default. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { "type": "string", "enum": [ "1*2", + "2*1", "2*2", "2*4", "4*4" diff --git a/modulecheck/module.json b/modulecheck/module.json index 65686ae7b3d44cfe7d106beb4825a8824534d2bf..0537bf08c79e647234d3c95e88dc3bc9a8bcb208 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -634,7 +634,9 @@ "wallpaper", "backup", "window", - "enterpriseAdmin" + "enterpriseAdmin", + "thumbnail", + "preview" ] }, "permissions": {