mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
DEV: Refactor discover setting reporting (#26706)
This commit is contained in:
@ -28,6 +28,12 @@
|
||||
"login_required": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"locale": {
|
||||
"type": "string"
|
||||
},
|
||||
"include_in_discourse_discover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mobile_logo_url": {
|
||||
"type": "string"
|
||||
}
|
||||
@ -42,6 +48,8 @@
|
||||
"header_primary_color",
|
||||
"header_background_color",
|
||||
"login_required",
|
||||
"locale",
|
||||
"include_in_discourse_discover",
|
||||
"mobile_logo_url"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user