DEV: Refactor discover setting reporting (#26706)

This commit is contained in:
Penar Musaraj
2024-04-23 09:52:01 -04:00
committed by GitHub
parent e1d9fd479f
commit 98d400f7b5
5 changed files with 17 additions and 24 deletions

View File

@ -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"
]
}