This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
29
Activity
Browse Source
Update config.js
tags/6.0.4^2
tianya
3 years ago
parent
ebdcfe0e3f
commit
dead09ef27
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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';
Write
Preview
Loading…
Cancel
Save