All customized logo (#2168)
* Change dynamic logo in reconnecting scene * Add cowebsite customized logo * Fix prettier issues * Fix prettier issues (2) * Fix login scene PoweredBy * Delete all console logs
This commit is contained in:
@@ -39,6 +39,11 @@ export const isMapDetailsData = z.object({
|
||||
description: 'Whether the "report" feature is enabled or not on this room',
|
||||
example: true,
|
||||
}),
|
||||
loadingCowebsiteLogo: extendApi(z.optional(z.nullable(z.string())), {
|
||||
description: "The URL of the image to be used on the cowebsite loading page",
|
||||
example: "https://example.com/logo.gif",
|
||||
}),
|
||||
miniLogo: z.optional(z.nullable(z.string())),
|
||||
// The URL of the logo image on the loading screen
|
||||
loadingLogo: extendApi(z.optional(z.nullable(z.string())), {
|
||||
description: "The URL of the image to be used on the loading page",
|
||||
|
||||
Reference in New Issue
Block a user