feat(core): add database full-width feature flag (#8210)

This commit is contained in:
zzj3720
2024-09-12 05:14:13 +00:00
parent 456aa047cb
commit aad7b90859

View File

@@ -13,6 +13,13 @@ export const AFFINE_FLAGS = {
configurable: true,
defaultState: true,
},
enable_database_full_width: {
category: 'blocksuite',
bsFlag: 'enable_database_full_width',
displayName: 'Database Full Width',
description: 'The database will be displayed in full-width mode.',
configurable: isNotStableBuild,
},
enable_database_attachment_note: {
category: 'blocksuite',
bsFlag: 'enable_database_attachment_note',