From e719e5c0a02a67be8f2964b151f21d19a8f2b423 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 14:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3class=E8=A2=AB=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=97=AE=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 f7ad91ad..e25f23db 100644 --- a/wysiwyg/config.js +++ b/wysiwyg/config.js @@ -20,6 +20,7 @@ CKEDITOR.editorConfig = function( config ) { config.toolbarCanCollapse = false; config.scayt_autoStartup = true; config.enterMode = CKEDITOR.ENTER_BR; + config.allowedContent = true; config.toolbarGroups = [ { name: 'document', groups: [ 'Print'] }, { name: 'undo', groups: [ 'Undo', 'Redo', ] },