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:
parent
444a897410
commit
10b092a9a7
@ -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" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user