From: Dan Brown Date: Sat, 16 Jan 2021 17:39:30 +0000 (+0000) Subject: Added imagetools plugin back in X-Git-Tag: v0.31.4~1^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/c35c37008dc3dae15b2c28df881e080a8d07e73f?ds=inline Added imagetools plugin back in For #2493 --- diff --git a/resources/js/components/wysiwyg-editor.js b/resources/js/components/wysiwyg-editor.js index bae70ad14..41b2273e2 100644 --- a/resources/js/components/wysiwyg-editor.js +++ b/resources/js/components/wysiwyg-editor.js @@ -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();