KV存储改为默认开启
保存 保存
This commit is contained in:
@@ -92,8 +92,8 @@ function initEditor() {
|
||||
statusbar: false,
|
||||
height: "100%",
|
||||
auto_focus: true,
|
||||
relative_urls: false, //阻止 img标签域名和网站域名相同 自动把链接转换相对路径
|
||||
remove_script_host: false, // 阻止删除 URL 中的域名
|
||||
//relative_urls: false, //阻止 img标签域名和网站域名相同 自动把链接转换相对路径
|
||||
//remove_script_host: false, // 阻止删除 URL 中的域名
|
||||
forced_root_block: 'div',
|
||||
skin: `${uiStore.dark ? 'oxide-dark' : 'oxide'}`,
|
||||
content_css: `/tinymce/css/index.css,${uiStore.dark ? 'dark' : 'default'}`,
|
||||
|
||||
Reference in New Issue
Block a user