FlowFuse / node-red-dashboard-2-ui-example

An example project for writing third-party nodes that integrate with Node-RED Dashboard 2.0
Apache License 2.0
3 stars 11 forks source link

Include "order" property #11

Closed joepavitt closed 6 months ago

joepavitt commented 6 months ago

Description

UI Examples, and any nodes built from this, will not order correctly within a Dashboard unless an "order" property is defined on the node.

This ensure that the base example includes it so that any future 3rd party nodes inherit this.