Updated Design: Palette Management UI (markdown)

Nick O'Leary 2016-08-09 22:03:50 +01:00
parent ef82dba4a2
commit 32d011dab2
1 changed files with 25 additions and 0 deletions

@ -70,3 +70,28 @@ By default, the catalog will be one we provide. But it needs to be possible cust
}
...
}
### Catalogue format
{
"name":"Node-RED Community catalogue",
"updated_at": "2016-08-05T18:37:50.673Z",
"modules": [
{
"id": "node-red-contrib-ftp-env",
"version": "1.3.0",
"description": "A node-red node that support FTP file transfer using $() environment variables to control the ftp connection details",
"keywords": [
"node-red",
"ftp",
"redconnect"
],
"updated_at": "2016-08-05T18:37:50.673Z",
"url": "http://flows.nodered.org/node/node-red-contrib-ftp-env"
},
...
]
}