node-red/node-red.github.io

Node-RED documentation improvment proposal for the "Loading extra resources in the editor" section

antoine-em opened this issue · 1 comments

I wanted to share my experience about loading extra resources in a scoped module.
As it is not described in the documentation I spent some time to figure it out and so I would like to share my experience.

Location -> https://nodered.org/docs/creating-nodes/resources

docs • creating nodes • resources > Loading extra resources in the editor

Solution for a scoped module

Thanks for the feedback @antoine-em

I had assumed it would be clear that where we have /resources/<name-of-module>/<path-to-resource>., that name-of-module would be the full name including scope.

We can certainly add a note to make that explicit.