We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a0c18 + fd43fae commit 3668302Copy full SHA for 3668302
2 files changed
modules/widget-lifecycle/element-web/src/config.ts
@@ -12,7 +12,7 @@ z.config(z.locales.en());
12
/** The config.json key under which widget lifecycle module configuration is stored. */
13
export const CONFIG_KEY = "io.element.element-web-modules.widget-lifecycle";
14
15
-export const WidgetConfigurationSchema = z.partial(
+const WidgetConfigurationSchema = z.partial(
16
z.looseObject({
17
preload_approved: z.boolean(),
18
identity_approved: z.boolean(),
0 commit comments