Commit e8c007843788bc8598f423b9fd257bb5a580473d

Authored by Junior Silva
1 parent f2e97688

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,6 +348,7 @@ class Environment < ActiveRecord::Base
348 media_panel 348 media_panel
349 organizations_are_moderated_by_default 349 organizations_are_moderated_by_default
350 show_balloon_with_profile_links_when_clicked 350 show_balloon_with_profile_links_when_clicked
  351 + show_zoom_button_on_article_images
351 use_portal_community 352 use_portal_community
352 ).each do |feature| 353 ).each do |feature|
353 enable(feature, false) 354 enable(feature, false)