Set initial values of 'From' and 'To to "" to allow dynamic overiding them

This commit is contained in:
juggledad 2020-10-26 04:03:35 -04:00 committed by GitHub
parent eaa1acf83a
commit 970afa760a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@
color:"#E2D96E",
defaults: {
name: {value:""},
low: {value:"1"},
high: {value:"10"},
low: {value:""},
high: {value:""},
inte: {value:"true"},
property: {value:"payload",required:true}
},