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