mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Enable user tips by default (#21341)
This commit is contained in:
@@ -223,6 +223,34 @@
|
||||
"leader"
|
||||
]
|
||||
},
|
||||
"user_tips": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"first_notification": {
|
||||
"type": "integer"
|
||||
},
|
||||
"topic_timeline": {
|
||||
"type": "integer"
|
||||
},
|
||||
"post_menu": {
|
||||
"type": "integer"
|
||||
},
|
||||
"topic_notification_levels": {
|
||||
"type": "integer"
|
||||
},
|
||||
"suggested_topics": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"first_notification",
|
||||
"topic_timeline",
|
||||
"post_menu",
|
||||
"topic_notification_levels",
|
||||
"suggested_topics"
|
||||
]
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items":
|
||||
|
||||
Reference in New Issue
Block a user