Merge branch 'master' into develop
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com> # Conflicts: # messages/JsonMessages/MapDetailsData.ts
This commit is contained in:
@@ -49,6 +49,10 @@ export const isMapDetailsData = z.object({
|
||||
description: "The URL of the image to be used on the LoginScene",
|
||||
example: "https://example.com/logo_login.png",
|
||||
}),
|
||||
showPoweredBy: extendApi(z.boolean(), {
|
||||
description: "The URL of the image to be used on the name scene",
|
||||
example: "https://example.com/logo_login.png",
|
||||
}),
|
||||
});
|
||||
|
||||
export type MapDetailsData = z.infer<typeof isMapDetailsData>;
|
||||
|
||||
Reference in New Issue
Block a user