uploadcare / uploadcare-tinymce

MIT License
13 stars 3 forks source link

Update for TinyMCE 5 #10

Closed kiogo closed 2 years ago

kiogo commented 5 years ago

Get the following error with tinymce 5: Failed to initialize plugin: uploadcare Error: editor.addButton has been removed in tinymce 5x, use editor.ui.registry.addButton or editor.ui.registry.addToggleButton or editor.ui.registry.addSplitButton instead

nd0ut commented 5 years ago

@kiogo

We just added support for TinyMCE 5.x.

Check it out please!

kiogo commented 5 years ago

Works, thanks. Could you also include the dist version in this repo please? https://uploadcare.github.io/uploadcare-tinymce/dist/uploadcare.tinymce/plugin.js

nd0ut commented 5 years ago

@kiogo It's in the release branch https://raw.githubusercontent.com/uploadcare/uploadcare-tinymce/release/plugin.js