Add dynamic option for custom component code in FrontendNode.

This commit is contained in:
gustavoschaedler 2023-07-05 14:51:57 +01:00
commit bc809c6a9e

View file

@ -156,6 +156,7 @@ class CustomComponentNode(FrontendNode):
value=DEFAULT_CUSTOM_COMPONENT_CODE,
name="code",
advanced=False,
dynamic=True,
)
],
)