Merge pull request #3979 from rockandror/ckeditor-recover-copy-paste
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";
|
||||
|
||||
@@ -9,6 +9,6 @@ Ckeditor.setup do |config|
|
||||
|
||||
config.assets_languages = Rails.application.config.i18n.available_locales.map { |l| l.to_s.downcase }
|
||||
config.assets_plugins = %w[balloonpanel balloontoolbar copyformatting image
|
||||
link magicline scayt table tableselection wsc]
|
||||
link magicline pastefromword scayt table tableselection wsc]
|
||||
config.assets.reject! { |asset| asset =~ /\Ackeditor\/samples\// }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user