mirror of https://github.com/zulip/zulip.git
base_page_params: Add `show_remote_billing` field to schema.
This commit is contained in:
parent
fcb9c7be26
commit
79dbb8dc79
|
@ -49,6 +49,7 @@ const home_params_schema = default_params_schema
|
|||
// processor time to compute.
|
||||
realm_rendered_description: z.optional(z.string()),
|
||||
show_billing: z.boolean(),
|
||||
show_remote_billing: z.boolean(),
|
||||
show_plans: z.boolean(),
|
||||
show_webathena: z.boolean(),
|
||||
sponsorship_pending: z.boolean(),
|
||||
|
|
Loading…
Reference in New Issue