Replies: 1 comment
-
I made it work another way, based on #553 What I did was to remove the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I want to create a component that when dragged into the canvas runs a function to set its inner components dynamically.
I have defined the parent component as well as the child component like this:
CHILD COMPONENT
PARENT COMPONENT
FN THAT RUNS ON PARENT
JSON RESPONSE
the thing is, while it appends each page correctly inside the Navigation component, the editor doesn't seem to interpret them as components. I can't select them, I don't see them on the layers panel...
I guess my question is:
a) is there a way to append COMPONENTS instead of html?
b) if there isn't... how can I make the editor understand the appended html as components?
Thanks!!!!
Beta Was this translation helpful? Give feedback.
All reactions