mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Show tooltip for bootstrap mode (#22257)
Improve user tips UX and make them smoother.
This commit is contained in:
@@ -241,6 +241,9 @@
|
||||
},
|
||||
"suggested_topics": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_guide": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -248,7 +251,8 @@
|
||||
"topic_timeline",
|
||||
"post_menu",
|
||||
"topic_notification_levels",
|
||||
"suggested_topics"
|
||||
"suggested_topics",
|
||||
"admin_guide"
|
||||
]
|
||||
},
|
||||
"groups": {
|
||||
|
||||
Reference in New Issue
Block a user