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.
1 parent 8cbfe70 commit fd43faeCopy full SHA for fd43fae
1 file 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