From 7c39a8baf10e5c33c26f3c429d43e03b33087156 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 3 Jul 2017 15:17:39 +0000 Subject: [PATCH] [CKEditor] Enabled the "Source mode edition" button, by popular demand. Be aware that the resulting HTML source is anyhow filtered/validated/sanitized by CKEditor itself, then iTop. SVN:trunk[4792] --- js/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index fb8ded6542..d87fcdf6ae 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -26,7 +26,7 @@ CKEDITOR.editorConfig = function( config ) { { name: 'about' } ]; - config.removeButtons = 'Subscript,Superscript,Scayt,Anchor,Source,Outdent,Indent,Blockquote,About,PasteFromWord'; + config.removeButtons = 'Subscript,Superscript,Scayt,Anchor,Outdent,Indent,Blockquote,About,PasteFromWord'; config.removePlugins = 'elementspath'; config.resize_enabled = false; config.toolbarCanCollapse = true;