Merge pull request #3657 from consul/precompile_ckeditor_dialogs

Precompile CKEditor dialog plugins
This commit is contained in:
Javier Martín
2019-09-07 13:08:23 +02:00
committed by GitHub

View File

@@ -8,5 +8,5 @@ Ckeditor.setup do |config|
config.authorize_with :cancan
config.assets_languages = Rails.application.config.i18n.available_locales.map{|l| l.to_s.downcase}
config.assets_plugins = %w[copyformatting tableselection scayt wsc]
config.assets_plugins = %w[copyformatting image link magicline scayt table tableselection wsc]
end