mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
d148a23ed6
The editor ensures config nodes appear first in the flow file. The code in the runtime and editor assumes this to be the case, so that when a node is instantiated that requires a config node, it can assume the config node already exists. This change allows a config node to appear in the flow file after a node that wants to use it. In both the editor and runtime, the code now scans for config nodes and handles them first. |
||
---|---|---|
.. | ||
credentials.js | ||
Flow.js | ||
flows.js | ||
index.js | ||
Node.js | ||
registry.js |