Selaa lähdekoodia

Update config.js

tags/6.2.10
tianya 1 vuosi sitten
vanhempi
commit
4141eac790
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      src/static/ckeditor/config.js

+ 2
- 1
src/static/ckeditor/config.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna