Enable pastefromword plugin

This commit is contained in:
Senén Rodero Rodríguez
2020-04-20 18:34:31 +02:00
parent 1e3f7e0062
commit 58645d0146

View File

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