mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Separated 'trusted users can edit others' setting for trust level 3 & 4 (#21493)
This commit is contained in:
@@ -1923,7 +1923,8 @@ en:
|
||||
tl3_requires_likes_received: "The minimum number of likes that must be received in the last (tl3 time period) days to qualify for promotion to trust level 3."
|
||||
tl3_links_no_follow: "Do not remove rel=nofollow from links posted by trust level 3 users."
|
||||
tl4_delete_posts_and_topics: "Allow TL4 users to delete posts and topics created by other users. TL4 users will also be able to see deleted topics and posts."
|
||||
trusted_users_can_edit_others: "Allow users with high trust levels to edit content from other users"
|
||||
edit_all_topic_groups: "Allow users in this group to edit other users' topic titles, tags, and categories"
|
||||
edit_all_post_groups: "Allow users in this group to edit other users' posts"
|
||||
|
||||
min_trust_to_create_topic: "The minimum trust level required to create a new topic."
|
||||
allow_flagging_staff: "If enabled, users can flag posts from staff accounts."
|
||||
|
||||
@@ -1698,8 +1698,12 @@ trust:
|
||||
tl4_delete_posts_and_topics:
|
||||
default: false
|
||||
client: true
|
||||
trusted_users_can_edit_others:
|
||||
default: true
|
||||
edit_all_topic_groups:
|
||||
default: "13"
|
||||
type: group_list
|
||||
edit_all_post_groups:
|
||||
default: "14"
|
||||
type: group_list
|
||||
|
||||
security:
|
||||
detailed_404: false
|
||||
|
||||
Reference in New Issue
Block a user