about summary refs log tree commit diff
path: root/app/models/form
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-12-17 20:36:30 +0100
committerThibG <thib@sitedethib.com>2018-12-20 14:51:12 +0100
commita1c56fcef124b08fc2676d38fd79ed72d660d865 (patch)
tree4f409ee76e3a68ad7ff028974389523f8d8ce952 /app/models/form
parent0cd367e2954fd5407461a3c01e9fbfb297575145 (diff)
Add admin setting to disable followers count
Diffstat (limited to 'app/models/form')
-rw-r--r--app/models/form/admin_settings.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb
index 34c75e3bf..d568200ed 100644
--- a/app/models/form/admin_settings.rb
+++ b/app/models/form/admin_settings.rb
@@ -30,6 +30,8 @@ class Form::AdminSettings
     :show_staff_badge=,
     :bootstrap_timeline_accounts,
     :bootstrap_timeline_accounts=,
+    :hide_followers_count,
+    :hide_followers_count=,
     :flavour,
     :flavour=,
     :skin,