feat(core): update blocksuite feature flag (#7408)

This commit is contained in:
zzj3720 2024-07-03 02:47:20 +00:00
parent f0d127fa29
commit 0bc09a9333
No known key found for this signature in database
GPG Key ID: 56709255DC7EC728

View File

@ -124,6 +124,7 @@ const SplitViewSettingRow = () => {
// feature flag -> display name
const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
enable_expand_database_block: 'Enable Expand Database Block',
enable_database_attachment_note: 'Enable Database Attachment Note',
enable_database_statistics: 'Enable Database Block Statistics',
enable_block_query: 'Enable Todo Block Query',
enable_ai_onboarding: 'Enable AI Onboarding',