mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat(editor): add block meta feature flag (#10548)
This commit is contained in:
@@ -103,6 +103,16 @@ export const AFFINE_FLAGS = {
|
||||
configurable: false,
|
||||
defaultState: true,
|
||||
},
|
||||
enable_block_meta: {
|
||||
category: 'blocksuite',
|
||||
bsFlag: 'enable_block_meta',
|
||||
displayName:
|
||||
'com.affine.settings.workspace.experimental-features.enable-block-meta.name',
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-block-meta.description',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_emoji_folder_icon: {
|
||||
category: 'affine',
|
||||
displayName:
|
||||
|
||||
Reference in New Issue
Block a user