Merge pull request #3983 from rockandror/ckeditor-table-plugin-addons
Add ckeditor tabletools plugin
This commit is contained in:
@@ -8,7 +8,7 @@ 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[image link magicline pastefromword
|
||||
table tableselection]
|
||||
config.assets_plugins = %w[image link magicline pastefromword table tableselection
|
||||
tabletools]
|
||||
config.assets.reject! { |asset| asset =~ /\Ackeditor\/samples\// }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user