-
by converting object parameter to JSONTemplate in the below commit
https://github.com/unlayer/angular-email-editor/commit/00531566ab2c1321f2d0153df030def4fbc5feac#diff-799ddc34b2296767ac7f9fa14bae605…
-
The latest update to version 2.1.2 brakes the editor (2.1.1 still works). The following error occurs:
```
runtime-core.esm-bundler.js:408 Uncaught DOMException: Failed to execute 'postMessage' on …
-
I just copy-paste here the basic ChatGPT answer. I tested and worked. Of course you need to implement the events etc, but from this point it's easy.
Unlayer docs: https://docs.unlayer.com/docs/get…
-
Hi usewaypoint team,
I used your fantastic repo for a while and it's great. just created this issue for DND feature for blocks inside the canvas. if you are good with this let me know -- i will crea…
-
Hello!
To make the user experience better, I suggest dividing some Unlayer translations for specific situations. This way, we can make the translations clearer and more accurate, depending on the c…
-
Seems like a severe limitation of unlayer is the inability to update options or data after the component has been initialized.
There's a [clear way to pass data to a custom tool](https://docs.unla…
-
I have my premade HTML template , i want to convert into json design as unlayer does , how can i convert my html to JSON design compatible to unlayer ?
-
Just ran into this project and it seems exactly what I need. However, just wondering how people use this.
I have a NextJS app and want email building capabilities. In this situation is the approac…
-
Hello,
I am trying to preview the html using the editor's built in preview feature. I registered a callback for preview html this way I can use Mustache as a templating library.
```tsx
const on…
-
Why api call is happening to https://api.tools.unlayer.com/v1/image?url=customImageUrl
when using custom image library.
Is there any way to disable this call happening to unlayer server.