Merge pull request #2931 from node-red/join-default

Join: change default manual mode to object
This commit is contained in:
Nick O'Leary 2021-04-20 10:57:23 +01:00 committed by GitHub
commit c668201df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"},