mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: add mind map import feature flag (#8196)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user