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", + ] } ] }