about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/initializers/ckeditor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/ckeditor.rb b/config/initializers/ckeditor.rb index 8f80a43..b03e4f4 100644 --- a/config/initializers/ckeditor.rb +++ b/config/initializers/ckeditor.rb
@@ -43,7 +43,7 @@ Ckeditor.setup do |config|
43 43
44 # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: 44 # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need:
45 # By default: nil (no limit) 45 # By default: nil (no limit)
46 # config.assets_languages = ['en', 'uk'] 46 config.assets_languages = ['en']
47 # config.assets_plugins = ['image', 'smiley'] 47 # config.assets_plugins = ['image', 'smiley']
48 48
49 # CKEditor CDN 49 # CKEditor CDN