瀏覽代碼

Update config.js

tags/6.2.10
tianya 1 年之前
父節點
當前提交
4141eac790
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      src/static/ckeditor/config.js

+ 2
- 1
src/static/ckeditor/config.js 查看文件

@@ -10,9 +10,10 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'paragraph', groups: ['align', 'paragraph', 'textindent', 'indent'] },
{ name: 'basicstyles', groups: ['basicstyles', 'list','blocks'] },
{ name: 'editing', groups: ['find', 'selection', 'editing'] },
{ name: 'editing', groups: ['find', 'editing'] },
{ name: 'links', groups: ['links'] },
{ name: 'insert', groups: ['insert'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 360;
config.removePlugins = 'exportpdf,div,scayt';


Loading…
取消
儲存