[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]
This commit is contained in:
Denis Flaven
2017-07-03 15:17:39 +00:00
parent ebcaaa089a
commit 7c39a8baf1

View File

@@ -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;