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.
This commit is contained in:
Nick O'Leary 2017-07-04 13:44:37 +01:00
parent 1692c3b102
commit 6102a31a31
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
color:"#DEBD5C",
defaults: {
name: {value:""},
pretty: {value:"false"}
pretty: {value:false}
},
inputs:1,
outputs:1,