From 637b28cec9d3f5763ce579ba0a795b4a82a798dc Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 12 Feb 2018 18:52:01 +0100 Subject: [PATCH] =?UTF-8?q?Se=20desactiva=20el=20plugin=20'copyformatting'?= =?UTF-8?q?=20porque=20no=20se=20usa=20y=20afecta=20a=20la=20visualizaci?= =?UTF-8?q?=C3=B3n=20de=20la=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ckeditor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ckeditor.yml b/config/ckeditor.yml index aa4c20a..96238bc 100644 --- a/config/ckeditor.yml +++ b/config/ckeditor.yml @@ -2,7 +2,7 @@ allowedContent: true bodyClass: 'wiki' -removePlugins: 'codemirror,div,flash,forms,iframe,elementspath' +removePlugins: 'codemirror,div,flash,forms,iframe,copyformatting,elementspath' forcePasteAsPlainText: false entities: false