Skip to content

Commit

Permalink
Merge pull request #3657 from consul/precompile_ckeditor_dialogs
Browse files Browse the repository at this point in the history
Precompile CKEditor dialog plugins
  • Loading branch information
javierm committed Sep 7, 2019
2 parents 183066d + b05e881 commit 1f0a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/ckeditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
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

0 comments on commit 1f0a4cd

Please sign in to comment.