From 169c24fbb137868afd2e992a6069846b9c07d32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 27 Aug 2019 12:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8A=8Adiv=E8=BD=AC=E6=8D=A2=E4=B8=BAp=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wysiwyg/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wysiwyg/config.js b/wysiwyg/config.js index df611904..f7ad91ad 100644 --- a/wysiwyg/config.js +++ b/wysiwyg/config.js @@ -19,6 +19,7 @@ CKEDITOR.editorConfig = function( config ) { config.toolbarCanCollapse = false; config.scayt_autoStartup = true; + config.enterMode = CKEDITOR.ENTER_BR; config.toolbarGroups = [ { name: 'document', groups: [ 'Print'] }, { name: 'undo', groups: [ 'Undo', 'Redo', ] },