Custom tool not working
See original GitHub issueI 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
Unable to execute "Run Custom Tool" on a tt template added ...
The workaround is to instead of using “Run Custom Tool” you can save the file, even if there are no changes, it should...
Read more >Run Custom Tool not available to generate resources. ...
Right click Resources.resx and select properties then right click the Resources.resx file with the propeties window open. Run Custom tool is ...
Read more >Custom Tool does not work for linked items · Issue #4467
Steps to reproduce. In VS2019. Add existing item; Choose a resource file; Add as link; Set custom tool to PublicResXFileCodeGenerator.
Read more >How to suppress this warning? - MSDN - Microsoft
You may try re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool.
Read more >Custom Tool - not working.
Custom Tool - not working. ... I am having trouble getting a custom tool to work, I have an amateur level of VBA...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I guess it is Unlayer’s way of making you pay for a more expensive plan…
I’m also looking for the same, just need one custom tool in my angular project