|
@@ -139,7 +139,7 @@ export default {
|
|
|
toolbar: this.toolbar.length > 0 ? this.toolbar : toolbar,
|
|
|
menubar: this.menubar,
|
|
|
plugins: plugins,
|
|
|
- // content_css : "tinymce.css",
|
|
|
+ content_css : "tinymce.css",
|
|
|
entity_encoding : "raw",
|
|
|
remove_linebreaks : false,
|
|
|
forced_root_block: false,
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
code_dialog_width: 900,
|
|
|
advlist_bullet_styles: 'square',
|
|
|
advlist_number_styles: 'default',
|
|
|
- imagetools_cors_hosts: ['account.aliyun.com'],
|
|
|
+ imagetools_cors_hosts: ['smoa.ndjsxh.cn:8888'],
|
|
|
default_link_target: '_blank',
|
|
|
// table_default_styles: {
|
|
|
// width: '80%',
|
|
@@ -161,11 +161,13 @@ export default {
|
|
|
// cellspacing:"0",
|
|
|
// cellpadding:"0"
|
|
|
// },
|
|
|
+ convert_urls: false,
|
|
|
automatic_uploads: false,
|
|
|
remove_linebreaks: false,
|
|
|
link_title: true,
|
|
|
relative_urls: false,
|
|
|
paste_data_images: false,
|
|
|
+ remove_script_host: false,
|
|
|
nonbreaking_force_tab: true, // inserting nonbreaking space need Nonbreaking Space Plugin
|
|
|
init_instance_callback: editor => {
|
|
|
if (_this.value) {
|