base_page_params: Add show_remote_billing field to schema.

This commit is contained in:
Varun Singh
2024-08-21 22:14:37 +05:30
committed by Tim Abbott
parent fcb9c7be26
commit 79dbb8dc79

View File

@@ -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(),