File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ getting a node to "run" (i.e., Node-RED invoking the constructor for the
27
27
node type) is to add it to a flow, whether one that exists or one that you
28
28
create from scratch programmatically.
29
29
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
+
30
34
## Installation
31
35
32
36
```
@@ -195,4 +199,4 @@ Available under the [MIT License](LICENSE).
195
199
[ #1168 ] : https://github.com/node-red/node-red/issues/1168
196
200
[ #902 ] : https://github.com/node-red/node-red/issues/902
197
201
[ #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
You can’t perform that action at this time.
0 commit comments