Updated Design: Version Control (markdown)

Nick O'Leary 2016-07-13 16:44:58 +01:00
parent b3a3fa27cc
commit a0f1fb6caf
1 changed files with 5 additions and 1 deletions

@ -73,4 +73,8 @@ Returns a promise that resolves to an array of history entries. Each entry consi
The format of the combined flow/credential configuration is a vital detail that needs some more thinking.
The starting point will be the already documented [new flow format](https://github.com/node-red/node-red/wiki/Design%3A-Flow-file-format-v2). With an additional `credential` property at the top level that contains the node credentials.
The starting point will be the already documented [new flow format](https://github.com/node-red/node-red/wiki/Design%3A-Flow-file-format-v2). With an additional `credential` property at the top level that contains the node credentials.
## UI Changes