* code task #5569.

This commit is contained in:
wangyidong
2019-07-12 10:29:44 +08:00
parent be23395e4e
commit 49d3fce657
+1 -2
View File
@@ -43,7 +43,6 @@ $uid = uniqid('');
{
cssPath: [config.themeRoot + 'zui/css/min.css'],
width: '100%',
placeholder: <?php echo json_encode($lang->noticePasteImg);?>,
height: '200px',
filterMode: true,
bodyClass: 'article-content',
@@ -53,7 +52,7 @@ $uid = uniqid('');
langType: '<?php echo $editorLang?>',
cssData: 'html,body {background: none}.article-content, .article-content table td, .article-content table th {line-height: 1.3846153846; font-size: 13px;}.article-content .table-auto {width: auto!important; max-width: 100%;}',
placeholderStyle: {fontSize: '13px', color: '#888'},
pasteImage: {postUrl: createLink('file', 'ajaxPasteImage', 'uid=' + kuid), placeholder: true},
pasteImage: {postUrl: createLink('file', 'ajaxPasteImage', 'uid=' + kuid), placeholder: <?php echo json_encode($lang->noticePasteImg);?>},
syncAfterBlur: true,
spellcheck: false
};