From d6bce71fc65f8d2f3036f8801f2a201777595c43 Mon Sep 17 00:00:00 2001 From: spider Date: Tue, 2 Jun 2015 16:21:32 -0400 Subject: add CKEDITOR.config.autoParagraph = false --- ckconfig.custom.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ckconfig.custom.js') 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 -- cgit v1.3