Allow to paste formatted content into ckeditors
This commit is contained in:
@@ -6,8 +6,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
CKEDITOR.editorConfig = function( config )
|
||||
{
|
||||
|
||||
config.forcePasteAsPlainText = true;
|
||||
|
||||
config.filebrowserImageBrowseLinkUrl = "/ckeditor/pictures";
|
||||
config.filebrowserImageBrowseUrl = "/ckeditor/pictures";
|
||||
config.filebrowserImageUploadUrl = "/ckeditor/pictures";
|
||||
|
||||
Reference in New Issue
Block a user