mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
tidy split node merged object key typed input
This commit is contained in:
parent
6442bb8a13
commit
7703875740
@ -439,10 +439,7 @@
|
|||||||
$("#node-input-joiner").typedInput({
|
$("#node-input-joiner").typedInput({
|
||||||
default: 'str',
|
default: 'str',
|
||||||
typeField: $("#node-input-joinerType"),
|
typeField: $("#node-input-joinerType"),
|
||||||
types:[
|
types:['str', 'bin']
|
||||||
'str',
|
|
||||||
'bin'
|
|
||||||
]
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#node-input-property").typedInput({
|
$("#node-input-property").typedInput({
|
||||||
@ -451,7 +448,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#node-input-key").typedInput({
|
$("#node-input-key").typedInput({
|
||||||
types:['msg', {value:"merge", label:"", hasValue:false}]
|
types:['msg']
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#node-input-build").change();
|
$("#node-input-build").change();
|
||||||
|
Loading…
Reference in New Issue
Block a user