mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
DEV: the ability to define setting areas (#28570)
A new setting attribute is used to define the areas (separated by `|`). In addition, endpoint `/admin/config/site_settings.json` accepts new `filter_area` data.
This commit is contained in:

committed by
GitHub

parent
050c665160
commit
7577231ba2
@ -160,14 +160,14 @@ describe "Admin Flags Page", type: :system do
|
||||
[
|
||||
"silence new user sensitivity",
|
||||
"num users to silence new user",
|
||||
"flag sockpuppets",
|
||||
"num flaggers to close topic",
|
||||
"auto respond to flag actions",
|
||||
"high trust flaggers auto hide posts",
|
||||
"max flags per day",
|
||||
"tl2 additional flags per day multiplier",
|
||||
"tl3 additional flags per day multiplier",
|
||||
"tl4 additional flags per day multiplier",
|
||||
"flag sockpuppets",
|
||||
"auto respond to flag actions",
|
||||
"num flaggers to close topic",
|
||||
"high trust flaggers auto hide posts",
|
||||
],
|
||||
)
|
||||
end
|
||||
|
Reference in New Issue
Block a user