1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Flow file format v2 (markdown)

Nick O'Leary 2015-07-16 11:11:06 +01:00
parent 6b495ddda4
commit 98517bebb4

@ -55,3 +55,42 @@ Here's an example:
]
}
---
---
flows:
-
id: "123.456"
name: "name of the flow (aka tab)"
nodes:
-
id: "12345"
type: "function"
x: 0
y: 0
-
id: "67890"
type: "inject"
x: 0
y: 0
configs:
-
id: "12345"
type: "mqtt-broker"
subflows:
-
id: "123.456"
name: "name of the subflow"
nodes:
-
id: "12345"
type: "function"
x: 0
y: 0
-
id: "67890"
type: "inject"
x: 0
y: 0