mirror of https://github.com/node-red/node-red.git
JSON parser default should be not formatting output
If its a checkbox, then the default value should be a boolean, not a string. Because "false" is truthy.pull/1325/head
parent
1692c3b102
commit
6102a31a31
|
@ -38,7 +38,7 @@
|
|||
color:"#DEBD5C",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
pretty: {value:"false"}
|
||||
pretty: {value:false}
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
|
|
Loading…
Reference in New Issue