Steveorevo / node-maker

A set of subflows that can be used to quickly create a new Node-RED node, its property panels, and initial behavior.
GNU Lesser General Public License v2.1
21 stars 4 forks source link

Added node.paletteLabel #4

Closed lgrkvst closed 1 year ago

lgrkvst commented 1 year ago

This PR adds the option to change the palette label of the node.

lgrkvst commented 1 year ago

On second thoughts, paletteLabel: '{{node_palettelabel}}' || '{{node_name}}'should be

        {{#node_palettelabel.length}}
        paletteLabel: '{{node_palettelabel}}',
        {{/node_palettelabel.length}}