From 073677d5deb2049f0aad65f5a81acb4b8539bf44 Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Tue, 11 Jul 2023 23:37:48 -0500 Subject: [PATCH] Add Debug and DebugLevel to Config UI --- config.schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.schema.json b/config.schema.json index 35e1857..3303124 100644 --- a/config.schema.json +++ b/config.schema.json @@ -428,6 +428,17 @@ ] } ] + }, + { + "type": "fieldset", + "title": "Advance Settings", + "expandable": true, + "expanded": true, + "notitle": false, + "items": [ + "options.debug", + "options.debugLevel", + ] } ] }