Browse Source

Update config.js

tags/6.1.0^2
xushubieli 3 years ago
parent
commit
1098b5a70d
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/static/ckeditor/config.js

+ 1
- 5
src/static/ckeditor/config.js View File

@@ -2,7 +2,6 @@
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function (config) {
config.toolbarGroups = [
{ name: 'document', groups: ['mode', 'document', 'doctools'] },
@@ -19,10 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
// config.filebrowserImageUploadUrl = "./dialog/select_images_post.php";
config.font_names='宋体/SimSun;楷体/KaiTi;黑体/SimHei;微软雅黑/Microsoft YaHei;微软正黑/Microsoft JhengHei'+ config.font_names;
};

Loading…
Cancel
Save