silexlabs / grapesjs-symbols

Symbols plugin for GrapesJS: reuse elements in a website accross pages
GNU Affero General Public License v3.0
16 stars 7 forks source link

Question: How can I dismiss a link between two instances? #11

Closed FilipZamec closed 11 months ago

FilipZamec commented 11 months ago

Hi, In features it is written that I can: Unlink an instance so that it stops syncing

How do I do that? I found, that I can delete symbol in the settings of the instace, but it deletes the symbol completely. I want to keep the symbol for the future, but not for this instance.

Is it possible?

Thanks, Filip

FilipZamec commented 11 months ago

Because this way, I can create my custom blocks easilly, and if I want to change one, no problem :)

lexoyo commented 11 months ago

Yes it is implemented

You are right it is not visible in the demo, but it is in Silex

Screenshot from 2023-11-09 17-16-33

I don't see why it is not present in the demo, I see the trait in the DOM but it is empty, so there is something wrong here I guess

Let me check it out as soon as I can

lexoyo commented 11 months ago

fixed, thank you for the bug report!

lexoyo commented 11 months ago

It looks like this on the preview now:

Screenshot from 2023-11-10 11-49-07

FilipZamec commented 11 months ago

It works, thank you. Very useful plugin btw 👌

Thanks.