mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Per-category default slow mode duration for topics.
When configured, all topics in the category inherits the slow mode duration from the category's default. Note that currently there is no way to remove the slow mode from the topics once it has been set.
This commit is contained in:
committed by
Alan Guo Xiang Tan
parent
0ea58fe51f
commit
7162ecfb04
@@ -170,6 +170,12 @@
|
||||
"allow_unlimited_owner_edits_on_first_post": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"default_slow_mode_seconds": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"group_permissions": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
@@ -274,6 +280,7 @@
|
||||
"auto_close_hours",
|
||||
"auto_close_based_on_last_post",
|
||||
"allow_unlimited_owner_edits_on_first_post",
|
||||
"default_slow_mode_seconds",
|
||||
"group_permissions",
|
||||
"email_in",
|
||||
"email_in_allow_strangers",
|
||||
|
||||
@@ -173,6 +173,12 @@
|
||||
"allow_unlimited_owner_edits_on_first_post": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"default_slow_mode_seconds": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"group_permissions": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
@@ -277,6 +283,7 @@
|
||||
"auto_close_hours",
|
||||
"auto_close_based_on_last_post",
|
||||
"allow_unlimited_owner_edits_on_first_post",
|
||||
"default_slow_mode_seconds",
|
||||
"group_permissions",
|
||||
"email_in",
|
||||
"email_in_allow_strangers",
|
||||
|
||||
Reference in New Issue
Block a user