diff options
Diffstat (limited to 'config/initializers/ckeditor.rb')
-rw-r--r-- | config/initializers/ckeditor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/ckeditor.rb b/config/initializers/ckeditor.rb index b03e4f4..56cb070 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'] | 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 |