Template Tags inside GrapesJS canvas #5277
Replies: 1 comment 1 reply
-
Hi --- did you manage to find a solution / hint? I'm having a same problem regarding inside canvas... |
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.
-
I am working on a project that requires both AlpineJS and GrapesJS.
One thing I have been noticing though is that when trying to implement cycles with AlpineJS's x-for (which are required to be inside a template HTML tag) inside GrapesJS's canvas for any custom Block it does not work and only has '#document-fragment' inside of it.
I have already tried to do this according to another discussion I saw here on GitHub but this way I have problems with AlpineJS instead, as the template tag gets turned into a div tag which is not compatible with the x-for AlpineJS directive.
Any way that this could be solved?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions