1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Join: change default manual mode to object

This commit is contained in:
Nick O'Leary 2021-04-12 14:22:27 +01:00
parent ba566657f1
commit 8269490dd1
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -201,7 +201,7 @@
defaults: {
name: {value:""},
mode: {value:"auto"},
build: { value:"string"},
build: { value:"object"},
property: { value:"payload", validate:RED.validators.typedInput("propertyType")},
propertyType: { value:"msg"},
key: {value:"topic"},