Updated Design: Library Sidebar (markdown)

Nick O'Leary 2017-03-14 22:55:15 +00:00
parent a5bd819458
commit f3f96f20c9
1 changed files with 2 additions and 2 deletions

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