feat: add mind map import feature flag (#8196)

This commit is contained in:
doouding
2024-09-11 06:27:46 +00:00
parent f009371e06
commit 52d9569f47

View File

@@ -59,6 +59,14 @@ export const AFFINE_FLAGS = {
configurable: false,
defaultState: true,
},
enable_mind_map_import: {
category: 'blocksuite',
bsFlag: 'enable_mind_map_import',
displayName: 'Mind Map Import',
description: 'Enables mind map import.',
configurable: true,
defaultState: false,
},
enable_multi_view: {
category: 'affine',
displayName: 'Split View',