mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-18 07:22:14 -04:00
Allow TL4 users to accept answers (configurable via site setting)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
en:
|
||||
site_settings:
|
||||
allow_solved_on_all_topics: "Allow users to select solutions on all topics (by default you control this by editing categories)"
|
||||
accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)"
|
||||
reports:
|
||||
accepted_solutions:
|
||||
title: "Accepted solutions"
|
||||
|
||||
@@ -2,3 +2,6 @@ plugins:
|
||||
allow_solved_on_all_topics:
|
||||
default: false
|
||||
client: true
|
||||
accept_all_solutions_trust_level:
|
||||
default: 4
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user