Closed TomWsl closed 2 years ago
While I haven't used it personally, the Ember addon can certainly import the plugin for you. You'll probably need to change the upload URL options to ensure images go to the correct place.
// ember-cli-build.js
// ... (snip)
let app = new EmberApp(defaults, {
'ember-froala-editor': {
plugins: ['image']
}
});
// ... (snip)
Hi @TomWsl, I'm going to close this for now but if you still need help comment here and I'll open it up again.
Does ember-froala-editor support Froala editor image plugin?