解决class被删除问题

hotfix/远程访问多媒体中心
尹诚诚 6 years ago
parent 169c24fbb1
commit e719e5c0a0

@ -20,6 +20,7 @@ CKEDITOR.editorConfig = function( config ) {
config.toolbarCanCollapse = false;
config.scayt_autoStartup = true;
config.enterMode = CKEDITOR.ENTER_BR;
config.allowedContent = true;
config.toolbarGroups = [
{ name: 'document', groups: [ 'Print'] },
{ name: 'undo', groups: [ 'Undo', 'Redo', ] },

Loading…
Cancel
Save