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

Updated Design: Library Sidebar (markdown)

Nick O'Leary 2017-03-14 22:55:15 +00:00
parent a5bd819458
commit f3f96f20c9

@ -158,8 +158,8 @@ The previous example becomes:
The current storage API is not going to change: The current storage API is not going to change:
- `Storage.getLibraryEntry(type,name)` - [`Storage.getLibraryEntry(type,name)`](http://nodered.org/docs/api/storage/methods/#storagegetlibraryentrytypename)
- `Storage.saveLibraryEntry(type,name,meta,body)` - [`Storage.saveLibraryEntry(type,name,meta,body)`](http://nodered.org/docs/api/storage/methods/#storagesavelibraryentrytypenamemetabody)
--- ---