mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Support for library source plugins
This commit is contained in:
committed by
Nick O'Leary
parent
f96ce2fd83
commit
8a076c01ab
11
test/resources/plugin/test-plugin/library-filestore.html
Normal file
11
test/resources/plugin/test-plugin/library-filestore.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<script type="text/javascript">
|
||||
RED.plugins.registerPlugin("node-red-library-filestore", {
|
||||
type: "node-red-library-source",
|
||||
name: "Local File-System Library",
|
||||
icon: "font-awesome/fa-hdd-o",
|
||||
defaults: {
|
||||
name: { value: "" },
|
||||
path: { value: ""}
|
||||
}
|
||||
})
|
||||
</script>
|
Reference in New Issue
Block a user