mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-09 02:20:09 +00:00
Removed unused tinymce imagetools plugin
This commit is contained in:
parent
2bacc3c967
commit
03211ebea6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ class WysiwygEditor {
|
||||||
this.textDirection = this.$opts.textDirection;
|
this.textDirection = this.$opts.textDirection;
|
||||||
this.isDarkMode = document.documentElement.classList.contains('dark-mode');
|
this.isDarkMode = document.documentElement.classList.contains('dark-mode');
|
||||||
|
|
||||||
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";
|
||||||
this.loadPlugins();
|
this.loadPlugins();
|
||||||
|
|
||||||
this.tinyMceConfig = this.getTinyMceConfig();
|
this.tinyMceConfig = this.getTinyMceConfig();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue