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

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: { defaults: {
name: {value:""}, name: {value:""},
mode: {value:"auto"}, mode: {value:"auto"},
build: { value:"string"}, build: { value:"object"},
property: { value:"payload", validate:RED.validators.typedInput("propertyType")}, property: { value:"payload", validate:RED.validators.typedInput("propertyType")},
propertyType: { value:"msg"}, propertyType: { value:"msg"},
key: {value:"topic"}, key: {value:"topic"},