Skip to content

Commit 6851566

Browse files
authored
Adds additional use case reported in #12
1 parent 4cd555c commit 6851566

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ getting a node to "run" (i.e., Node-RED invoking the constructor for the
2727
node type) is to add it to a flow, whether one that exists or one that you
2828
create from scratch programmatically.
2929

30+
Another use case would be to programmatically control which nodes are available
31+
in the palette, by disabling after startup those that are undesired or unneeded.
32+
See [node-red/node-red#1221](https://github.com/node-red/node-red/issues/1221).
33+
3034
## Installation
3135

3236
```
@@ -195,4 +199,4 @@ Available under the [MIT License](LICENSE).
195199
[#1168]: https://github.com/node-red/node-red/issues/1168
196200
[#902]: https://github.com/node-red/node-red/issues/902
197201
[#698]: https://github.com/node-red/node-red/issues/698
198-
[embedded Node-RED]: http://nodered.org/docs/embedding
202+
[embedded Node-RED]: http://nodered.org/docs/embedding

0 commit comments

Comments
 (0)