From 1b747c468dcc443321133c351ea7c6591664dc98 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 12 Feb 2018 17:44:19 +0100 Subject: [PATCH] Se desactiva el plugin 'codemirror' del editor --- config/ckeditor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ckeditor.yml b/config/ckeditor.yml index 9993c44..aa4c20a 100644 --- a/config/ckeditor.yml +++ b/config/ckeditor.yml @@ -2,7 +2,7 @@ allowedContent: true bodyClass: 'wiki' -removePlugins: 'div,flash,forms,iframe,elementspath' +removePlugins: 'codemirror,div,flash,forms,iframe,elementspath' forcePasteAsPlainText: false entities: false