From 8583b6638ea801edc7049f8f7de98660ae4e17bc Mon Sep 17 00:00:00 2001 From: hypermagicmountain <32417751+hypermagicmountain@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:51:25 +0000 Subject: [PATCH] Update ConfigSchema.json Renamed itemID to item-id (to keep the lowercase-logic) --- src/utils/config/ConfigSchema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/config/ConfigSchema.json b/src/utils/config/ConfigSchema.json index 113c0861..487c52d1 100644 --- a/src/utils/config/ConfigSchema.json +++ b/src/utils/config/ConfigSchema.json @@ -909,8 +909,8 @@ "reverse-alphabetical", "provider", "provider-reverse", - "itemID", - "itemID-reverse", + "item-id", + "item-id-reverse", "random" ], "default": "default",