Defining a clone-component #5634
Unanswered
tomasz-zwak
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @tomasz-zwak here you can find the discussion about Symbols |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
First of all I have to say I am very impressed at what the library can do! Absolutely amazing work.
I have a question regarding defining custom components, maybe some of you guys can show me the right path.
I need to create a component that, once placed on the canvas and edited, will clone it's contents into every other component of the same type. Imagine Microsoft Word footers/headers type of functionality.
Was thinking of listening to editor:update event, then, if the update happened in such component, copy it's contents and replace the contents of all the others with it.
Maybe there is some better way?
Beta Was this translation helpful? Give feedback.
All reactions