added more translations and added the new layout wizard
This commit is contained in:
@@ -29,6 +29,9 @@ export type EventQrInviteLayout = {
|
||||
name: string;
|
||||
description: string;
|
||||
subtitle: string;
|
||||
paper?: string | null;
|
||||
orientation?: string | null;
|
||||
panel_mode?: string | null;
|
||||
badge_label?: string | null;
|
||||
instructions_heading?: string | null;
|
||||
link_heading?: string | null;
|
||||
@@ -1133,6 +1136,9 @@ function normalizeQrInvite(raw: JsonValue): EventQrInvite {
|
||||
name: String(layout.name ?? ''),
|
||||
description: String(layout.description ?? ''),
|
||||
subtitle: String(layout.subtitle ?? ''),
|
||||
paper: layout.paper ?? null,
|
||||
orientation: layout.orientation ?? null,
|
||||
panel_mode: layout.panel_mode ?? null,
|
||||
badge_label: layout.badge_label ?? null,
|
||||
instructions_heading: layout.instructions_heading ?? null,
|
||||
link_heading: layout.link_heading ?? null,
|
||||
|
||||
Reference in New Issue
Block a user