node-red-node-typescript-starter icon indicating copy to clipboard operation
node-red-node-typescript-starter copied to clipboard

fix: config nodes require `node-config-input-{variable}`

Open smashah opened this issue 4 years ago • 0 comments

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.

smashah avatar May 30 '21 06:05 smashah