mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 17:16:52 +03:00
parent
ee400eece6
commit
c35c37008d
@ -422,7 +422,7 @@ class WysiwygEditor {
|
|||||||
this.imageUploadErrorText = this.$opts.imageUploadErrorText;
|
this.imageUploadErrorText = this.$opts.imageUploadErrorText;
|
||||||
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 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.loadPlugins();
|
||||||
|
|
||||||
this.tinyMceConfig = this.getTinyMceConfig();
|
this.tinyMceConfig = this.getTinyMceConfig();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user