Skip to content

Commit 52d9569

Browse files
committed
feat: add mind map import feature flag (#8196)
1 parent f009371 commit 52d9569

File tree

1 file changed

+8
-0
lines changed
  • packages/common/infra/src/modules/feature-flag

1 file changed

+8
-0
lines changed

packages/common/infra/src/modules/feature-flag/constant.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ export const AFFINE_FLAGS = {
5959
configurable: false,
6060
defaultState: true,
6161
},
62+
enable_mind_map_import: {
63+
category: 'blocksuite',
64+
bsFlag: 'enable_mind_map_import',
65+
displayName: 'Mind Map Import',
66+
description: 'Enables mind map import.',
67+
configurable: true,
68+
defaultState: false,
69+
},
6270
enable_multi_view: {
6371
category: 'affine',
6472
displayName: 'Split View',

0 commit comments

Comments
 (0)