feat: add feature flag for new dnd (#8949)

This commit is contained in:
Saul-Mirone
2024-11-28 03:42:02 +00:00
parent 2eae89d031
commit f780316f8b
3 changed files with 14 additions and 2 deletions

View File

@@ -16,6 +16,16 @@ export const AFFINE_FLAGS = {
configurable: true,
defaultState: true,
},
enable_new_dnd: {
category: 'blocksuite',
bsFlag: 'enable_new_dnd',
displayName:
'com.affine.settings.workspace.experimental-features.enable-new-dnd.name',
description:
'com.affine.settings.workspace.experimental-features.enable-new-dnd.description',
configurable: isCanaryBuild,
defaultState: false,
},
enable_database_full_width: {
category: 'blocksuite',
bsFlag: 'enable_database_full_width',