mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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' }
|
{ 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.removePlugins = 'elementspath';
|
||||||
config.resize_enabled = false;
|
config.resize_enabled = false;
|
||||||
config.toolbarCanCollapse = true;
|
config.toolbarCanCollapse = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user