From dead09ef271d04ce5c628d931c7329f31a40d85e Mon Sep 17 00:00:00 2001 From: tianya Date: Sun, 26 Dec 2021 19:39:12 +0800 Subject: [PATCH] Update config.js --- src/static/ckeditor/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/ckeditor/config.js b/src/static/ckeditor/config.js index 8e0fd12c..d5ccc9b1 100644 --- a/src/static/ckeditor/config.js +++ b/src/static/ckeditor/config.js @@ -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';