We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bacc3c commit 03211ebCopy full SHA for 03211eb
resources/js/components/wysiwyg-editor.js
@@ -417,7 +417,7 @@ class WysiwygEditor {
417
this.textDirection = this.$opts.textDirection;
418
this.isDarkMode = document.documentElement.classList.contains('dark-mode');
419
420
- this.plugins = "image table textcolor paste link autolink fullscreen imagetools code customhr autosave lists codeeditor media";
+ this.plugins = "image table textcolor paste link autolink fullscreen code customhr autosave lists codeeditor media";
421
this.loadPlugins();
422
423
this.tinyMceConfig = this.getTinyMceConfig();
0 commit comments