mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	config node userProperties should only permit json
This commit is contained in:
		| @@ -609,7 +609,7 @@ | ||||
|             $("#node-config-input-protocolVersion").val(this.protocolVersion); | ||||
|             $("#node-config-input-userProperties").typedInput({ | ||||
|                 default: "json", | ||||
|                 types:['json','flow','global'], | ||||
|                 types:['json'], | ||||
|                 typeField: $("#node-config-input-userPropertiesType") | ||||
|             });             | ||||
|             if (typeof this.keepalive === 'undefined') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user