discourse-follow/config/settings.yml
David Taylor 5cadc435f4
UX: Disable the plugin by default (#62)
A database migration ensures that existing installs will have the plugin enabled
2022-06-17 19:08:39 +01:00

26 lines
682 B
YAML

plugins:
discourse_follow_enabled:
default: false
client: true
follow_show_statistics_on_profile:
default: true
client: true
follow_notifications_enabled:
default: true
client: true
follow_followers_visible:
enum: "FollowPagesVisibility"
default: everyone
follow_following_visible:
enum: "FollowPagesVisibility"
default: everyone
default_notify_me_when_followed:
default: true
default_notify_followed_user_when_followed:
default: true
default_notify_me_when_followed_replies:
default: false
default_notify_me_when_followed_creates_topic:
default: false
default_allow_people_to_follow_me:
default: true