Commit e8c007843788bc8598f423b9fd257bb5a580473d
1 parent
f2e97688
Exists in
master
and in
28 other branches
zoom-article-image: added 'show_zoom_button_on_article_images' in 'enable_default_features' method
AI3086
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/models/environment.rb
... | ... | @@ -348,6 +348,7 @@ class Environment < ActiveRecord::Base |
348 | 348 | media_panel |
349 | 349 | organizations_are_moderated_by_default |
350 | 350 | show_balloon_with_profile_links_when_clicked |
351 | + show_zoom_button_on_article_images | |
351 | 352 | use_portal_community |
352 | 353 | ).each do |feature| |
353 | 354 | enable(feature, false) | ... | ... |