mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ignore 'type' when detecting config nodes
This commit is contained in:
		| @@ -321,6 +321,7 @@ Flow.prototype.parseConfig = function(config) { | ||||
|                 } | ||||
|                 for (var prop in nodeConfig) { | ||||
|                     if (nodeConfig.hasOwnProperty(prop) && | ||||
|                         prop != "type" && | ||||
|                         prop != "id" &&  | ||||
|                         prop != "z" &&  | ||||
|                         prop != "wires" && | ||||
|   | ||||
		Reference in New Issue
	
	Block a user