mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-10 02:50:39 +00:00
parent
ee400eece6
commit
c35c37008d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue