]> BookStack Code Mirror - bookstack/commitdiff
Added imagetools plugin back in
authorDan Brown <redacted>
Sat, 16 Jan 2021 17:39:30 +0000 (17:39 +0000)
committerDan Brown <redacted>
Sat, 16 Jan 2021 17:39:30 +0000 (17:39 +0000)
For #2493

resources/js/components/wysiwyg-editor.js

index bae70ad14e97c20beef6bab0990a2ba58ee0aa56..41b2273e2a0ad48918e5e50c334f5c1e29ef319f 100644 (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();