summaryrefslogtreecommitdiff
path: root/ckconfig.custom.js
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-06-02 16:21:32 -0400
committerspider <spider@bitweaver.org>2015-06-02 16:21:32 -0400
commitd6bce71fc65f8d2f3036f8801f2a201777595c43 (patch)
treed6f52f99206b94a1955a9549a752dceb1ed82014 /ckconfig.custom.js
parent03ad31d9ee3e43c7903e9aeef4105b149ad7077f (diff)
downloadckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.tar.gz
ckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.tar.bz2
ckeditor-d6bce71fc65f8d2f3036f8801f2a201777595c43.zip
add CKEDITOR.config.autoParagraph = false
Diffstat (limited to 'ckconfig.custom.js')
-rw-r--r--ckconfig.custom.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ckconfig.custom.js b/ckconfig.custom.js
index 6a1ab55..ef05eeb 100644
--- a/ckconfig.custom.js
+++ b/ckconfig.custom.js
@@ -73,5 +73,6 @@ CKEDITOR.editorConfig = function( config ) {
// Lock resize function to bitweaver window.
config.resize_minHeight = 300;
config.resize_dir = 'vertical';
+ config.autoParagraph = false;
}; // End CKEDITOR.editorConfig function