Show content of unrecognized nodes in the config form #309
Labels
canvas/visualization
Canvas-related issues
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Please describe the feature that you want to propose
Currently, we're displaying an empty panel for unknown nodes.
Goal
In case an unknown node is open, it should be beneficial to display the
YAML
representation of it, this way the user could know what the node is referring to.This could be done with a simple
<pre>
and<code>
tag showing a parsed version of the node.The content of the node it's already available in the in the
CanvasForm
componentThe text was updated successfully, but these errors were encountered: