mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Exec node - don't append msg.payload to command by default (#2818)
* exec change default to not append payload
This commit is contained in:
parent
ccfde84769
commit
aa47bae2ad
@ -52,7 +52,7 @@
|
||||
color:"darksalmon",
|
||||
defaults: {
|
||||
command: {value:""},
|
||||
addpay: {value:true},
|
||||
addpay: {value:false},
|
||||
append: {value:""},
|
||||
useSpawn: {value:"false"},
|
||||
timer: {value:""},
|
||||
|
Loading…
Reference in New Issue
Block a user