0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-21 03:30:38 +00:00

Added imagetools plugin back in

For 
This commit is contained in:
Dan Brown 2021-01-16 17:39:30 +00:00
parent ee400eece6
commit c35c37008d
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

@ -422,7 +422,7 @@ class WysiwygEditor {
this.imageUploadErrorText = this.$opts.imageUploadErrorText;
this.isDarkMode = document.documentElement.classList.contains('dark-mode');
this.plugins = "image table textcolor paste link autolink fullscreen code customhr autosave lists codeeditor media";
this.plugins = "image imagetools table textcolor paste link autolink fullscreen code customhr autosave lists codeeditor media";
this.loadPlugins();
this.tinyMceConfig = this.getTinyMceConfig();