Make debugLog visible in configuration if not set
parent
7bcfd6ec4c
commit
8cc80a65c9
|
@ -3,6 +3,10 @@ $(document).ready(function(){
|
|||
"title": "Shinobi Configuration",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"debugLog": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"subscriptionId": {
|
||||
"type": "string",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue