mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-02-10 05:34:55 +00:00
* Make it possible to disallow topic starters to accept a solution * Make adding QAPage schema markup optional * Address @eviltrout's comments Co-authored-by: Richard <richard@communiteq.com>
38 lines
764 B
YAML
38 lines
764 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
|
|
min: 0
|
|
max: 175200 # 20 years
|
|
show_filter_by_solved_status:
|
|
default: false
|
|
client: true
|
|
notify_on_staff_accept_solved:
|
|
default: false
|
|
disable_solved_education_message:
|
|
default: false
|
|
accept_solutions_topic_author:
|
|
default: true
|
|
solved_add_schema_markup:
|
|
type: enum
|
|
default: "always"
|
|
choices:
|
|
- "never"
|
|
- "always"
|
|
- "answered only"
|
|
|