discourse-solved/config/settings.yml
Vinoth Kannan f04ccbd4e6
FEATURE: send notification to OP when staff marked a post as solution. (#97)
Previously, we won't send any notification to the original poster when a staff user marked a post as the solution on behalf of OP.
2020-10-30 22:01:27 +05:30

24 lines
484 B
YAML

plugins:
solved_enabled:
default: true
client: true
allow_solved_on_all_topics:
default: false
client: true
accept_all_solutions_trust_level:
default: 4
client: true
empty_box_on_unsolved:
default: false
client: true
solved_quote_length:
default: 300
client: false
solved_topics_auto_close_hours:
default: 0
show_filter_by_solved_status:
default: false
client: true
notify_on_staff_accept_solved:
default: false