Add extension point for overriding element Rendering in Node Trees #867
Open
Description
One of our core feature sponsors needs a way to manipulate the rendering of the TreeNodes; i.e. he wants to display additional icons based on custom property values.
In order to support that, we at least need to put the tree node React elements in the registry, so they can be overridden from the outside.