Skip to content
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

Open
Alrod8901 opened this issue Feb 1, 2022 · 6 comments
Open

Custom tool not working #75

Alrod8901 opened this issue Feb 1, 2022 · 6 comments

Comments

@Alrod8901
Copy link

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

@lars-hakansson
Copy link

I am having the same problem. Is this even supported? Should be included in UnlayerOptions object as an array!! PR for this maybe?

@Alrod8901
Copy link
Author

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

@dvdnhm
Copy link

dvdnhm commented Feb 27, 2022

I guess it is Unlayer's way of making you pay for a more expensive plan...

@Alrod8901
Copy link
Author

Alrod8901 commented Feb 27, 2022

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.

@Mallesh-Nagothi
Copy link

I'm also looking for the same, just need one custom tool in my angular project

@ramkrushna30
Copy link

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 want to use how to use unlayer custom tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants