mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
refactor(infra): remove old plugin system (#5411)
plugin system need redesign
This commit is contained in:
Vendored
-2
@@ -12,8 +12,6 @@ export const blockSuiteFeatureFlags = z.object({
|
||||
});
|
||||
|
||||
export const runtimeFlagsSchema = z.object({
|
||||
enablePlugin: z.boolean(),
|
||||
builtinPlugins: z.array(z.string()),
|
||||
enableTestProperties: z.boolean(),
|
||||
enableBroadcastChannelProvider: z.boolean(),
|
||||
enableDebugPage: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user