* code task #5569.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user