Browse Source

Update config.js

tags/6.2.10
tianya 1 year ago
parent
commit
4141eac790
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/static/ckeditor/config.js

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

@@ -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…
Cancel
Save