Update index.vue
This commit is contained in:
parent
b889a876cc
commit
c2198cf65c
|
|
@ -53,15 +53,15 @@
|
||||||
language: 'zh_CN',
|
language: 'zh_CN',
|
||||||
skin_url: '/tinymce/skins/ui/oxide',
|
skin_url: '/tinymce/skins/ui/oxide',
|
||||||
menubar: false,
|
menubar: false,
|
||||||
statusbar: false,
|
statusbar: true,
|
||||||
plugins: this.plugins,
|
plugins: this.plugins,
|
||||||
toolbar: this.toolbar,
|
toolbar: this.toolbar,
|
||||||
fontsize_formats: '12px 14px 16px 18px 20px 22px 24px 28px 32px 36px 48px 56px 72px',
|
fontsize_formats: '12px 14px 16px 18px 20px 22px 24px 28px 32px 36px 48px 56px 72px',
|
||||||
height: 500,
|
height: 500,
|
||||||
placeholder: this.placeholder,
|
placeholder: this.placeholder,
|
||||||
branding: false,
|
branding: false,
|
||||||
resize: false,
|
resize: true,
|
||||||
elementpath: false,
|
elementpath: true,
|
||||||
content_style: "",
|
content_style: "",
|
||||||
images_upload_handler: async (blobInfo, success, failure) => {
|
images_upload_handler: async (blobInfo, success, failure) => {
|
||||||
const data = new FormData();
|
const data = new FormData();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue