Closed lgrkvst closed 1 year ago
This PR adds the option to change the palette label of the node.
On second thoughts, paletteLabel: '{{node_palettelabel}}' || '{{node_name}}'should be
paletteLabel: '{{node_palettelabel}}' || '{{node_name}}'
{{#node_palettelabel.length}} paletteLabel: '{{node_palettelabel}}', {{/node_palettelabel.length}}
This PR adds the option to change the palette label of the node.