From 62b8f0fccff66a738490c2172689c8c0f82a2465 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sun, 21 Jan 2024 13:06:44 +0000 Subject: [PATCH] Add max size to menus --- config.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.schema.json b/config.schema.json index 851a9e4..fd5e26b 100644 --- a/config.schema.json +++ b/config.schema.json @@ -137,6 +137,7 @@ }, "items": { "type": "array", + "maxItems": 16, "items": { "oneOf": [ {