mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
put Debug node active flag back to boolean. (mea culpa)
This commit is contained in:
parent
a74009caa9
commit
c38aa91a4d
@ -51,7 +51,7 @@
|
|||||||
category: 'output',
|
category: 'output',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
active: {value:"true"},
|
active: {value:true},
|
||||||
console: {value:"false"},
|
console: {value:"false"},
|
||||||
complete: {value:"false"}
|
complete: {value:"false"}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user