diff options
Diffstat (limited to 'ckconfig.bitweaver.js')
| -rw-r--r-- | ckconfig.bitweaver.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ckconfig.bitweaver.js b/ckconfig.bitweaver.js index c3e0741..6b8b2d6 100644 --- a/ckconfig.bitweaver.js +++ b/ckconfig.bitweaver.js @@ -71,5 +71,6 @@ config.toolbar_Advanced = [ // Lock resize function to bitweaver window. config.resize_minHeight = 300; config.resize_dir = 'vertical'; - +config.autoParagraph = false; + enterMode: CKEDITOR.ENTER_P, }; // End CKEDITOR.editorConfig function |
