mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): update blocksuite feature flag (#7025)
This commit is contained in:
@@ -125,6 +125,8 @@ const SplitViewSettingRow = () => {
|
||||
const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
|
||||
enable_synced_doc_block: 'Enable Synced Doc Block',
|
||||
enable_expand_database_block: 'Enable Expand Database Block',
|
||||
enable_database_statistics: 'Enable Database Block Statistics',
|
||||
enable_block_query: 'Enable Todo Block Query',
|
||||
};
|
||||
|
||||
const BlocksuiteFeatureFlagSettings = () => {
|
||||
|
||||
Reference in New Issue
Block a user