Add admin setting to disable followers count
This commit is contained in:
@@ -370,6 +370,9 @@ en:
|
||||
hero:
|
||||
desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to instance thumbnail
|
||||
title: Hero image
|
||||
hide_followers_count:
|
||||
desc_html: Do not show followers count on user profiles
|
||||
title: Hide followers count
|
||||
mascot:
|
||||
desc_html: Displayed on multiple pages. At least 293×205px recommended. When not set, falls back to default mascot
|
||||
title: Mascot image
|
||||
|
@@ -34,6 +34,7 @@ defaults: &defaults
|
||||
reduce_motion: false
|
||||
system_font_ui: false
|
||||
noindex: false
|
||||
hide_followers_count: false
|
||||
flavour: 'glitch'
|
||||
skin: 'default'
|
||||
aggregate_reblogs: true
|
||||
|
Reference in New Issue
Block a user