monteslu / pagenodes

Completely Browser Based IOT Platform
https://pagenodes.com
Apache License 2.0
222 stars 32 forks source link

Implementing Descriptions #47

Closed samrocksc closed 8 years ago

samrocksc commented 8 years ago

Before, the standard procedure was to take the first

the renderHelp in the nodeDef and use that as the description for the node. The issue was that when we moved to the JSX solution and the return portion of the build, this was broken.

I took out that need and replaced it with a renderDescription field in the nodeDef that allows you to customize the description of the node.

46 should be resolved by this