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