Browse Source

Update config.js

tags/6.0.4^2
tianya 2 years ago
parent
commit
dead09ef27
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/static/ckeditor/config.js

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

@@ -20,6 +20,8 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'tools', groups: ['tools'] }
];
config.height = 500;
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';


Loading…
Cancel
Save