diff options
| author | spider <spider@bitweaver.org> | 2015-06-02 16:21:32 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-06-02 16:21:32 -0400 |
| commit | d6bce71fc65f8d2f3036f8801f2a201777595c43 (patch) | |
| tree | d6f52f99206b94a1955a9549a752dceb1ed82014 /ckconfig.bitweaver.js | |
| parent | 03ad31d9ee3e43c7903e9aeef4105b149ad7077f (diff) | |
| download | ckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.tar.gz ckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.tar.bz2 ckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.zip | |
add CKEDITOR.config.autoParagraph = false
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 |
