mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
11 lines
328 B
HTML
11 lines
328 B
HTML
<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> |