mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user