소스 검색

Update config.js

tags/6.1.7
xushubieli 3 년 전
부모
커밋
557651e384
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/static/ckeditor/config.js

+ 1
- 1
src/static/ckeditor/config.js 파일 보기

@@ -19,7 +19,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'tools', groups: ['tools'] }
];
config.removePlugins = 'exportpdf';
config.height = 500;
config.height = 450;
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
config.font_names='宋体/SimSun;楷体/KaiTi;黑体/SimHei;微软雅黑/Microsoft YaHei;微软正黑/Microsoft JhengHei'+ config.font_names;

불러오는 중...
취소
저장