node-red-node-typescript-starter
node-red-node-typescript-starter copied to clipboard
fix: config nodes require `node-config-input-{variable}`
The current config node template is valid for a normal node. This issue leads to the config node not being able to preserve its state.
This fix adds the "-config-" in the middle, allowing the config node to preserve it's state and function correctly.