update tinymce plugin

This commit is contained in:
ammarahm-ed
2021-11-04 11:58:47 +05:00
parent 2ff162f99f
commit f0a1d37529
4 changed files with 8 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ function setTheme() {
}
.tox .tox-tbtn--select {
min-width: 92px;
min-width: 120px;
}
.tox-button {

File diff suppressed because one or more lines are too long

View File

@@ -197,6 +197,11 @@ function init_tiny(size) {
.tox .tox-edit-area__iframe {
background-color:transparent !important;
}
.tox .tox-tbtn--select {
min-width: 120px;
}
body {
background-color:transparent !important;
font-size:${DEFAULT_FONT_SIZE}

View File

@@ -17,6 +17,7 @@ import "tinymce/plugins/hr";
import "tinymce/plugins/noneditable";
import "tinymce/plugins/textpattern";
import {processPastedContent} from "@streetwritersco/tinymce-plugins/codeblock";
import "@streetwritersco/tinymce-plugins/codeblock";
import "@streetwritersco/tinymce-plugins/checklist";
import "@streetwritersco/tinymce-plugins/paste";
import "@streetwritersco/tinymce-plugins/inlinecode"