-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom tool not working #75
Comments
I am having the same problem. Is this even supported? Should be included in UnlayerOptions object as an array!! PR for this maybe? |
The only way I found to display a custom tool was by creating it at https://dashboard.unlayer.com/ (Limited to just one) Then with the project ID I was able to display it. I think it should be possible to configure it from angular-email-editor without having to do it in unlayer.com |
I guess it is Unlayer's way of making you pay for a more expensive plan... |
I just need one custom tool, but there is no way to add it from this package. You should be able to add it from here without having to go create it on the Unlayer website. |
I'm also looking for the same, just need one custom tool in my angular project |
I want to use how to use unlayer custom tools |
I am trying to add a custom tool without success.
I have passed as a parameter in tools:
<email-editor
[options]="config"
[tools]="tools"
(loaded)="editorLoaded()"
(ready)="editorReady()"
#template
></email-editor>
I have tried to load it in the init:
this.emailEditor.editor.init({
id: 'editor-1',
displayMode: 'email',
customJS: [url_to.js],
});
It would be very helpful if you added a basic example of how to create a custom tool in the examples directory
The text was updated successfully, but these errors were encountered: