Closed mariusconjeaud closed 1 year ago
This allows to add an __optional_labels__ array to define extra labels for a Node.
__optional_labels__
For example :
class MyNodeLabel(StructuredNode): __optional_labels__=["ExtraLabel"]
Then this allows to create nodes with both :MyNodeLabel and :ExtraLabel
Test error not introduced by this branch ; it is a problem with Aura, which also now happens on other branches - investigating.
This allows to add an
__optional_labels__
array to define extra labels for a Node.For example :
class MyNodeLabel(StructuredNode): __optional_labels__=["ExtraLabel"]
Then this allows to create nodes with both :MyNodeLabel and :ExtraLabel