Hi all,
I have a palette A which contains a config-node, I would like to externalize this config-node in another module so that this config-node can be used by another palette B.
Palettes A and B will therefore have this same config-node as a dependency.
I can't get config-node in Node-RED. The goal here is to use this config-node without having to install it, the user installs the palette and this config-node is directly present.
Is this possible or am I doing something wrong?
Thanks.