chore(editor): disable legacy validation (#9473)

This commit is contained in:
Saul-Mirone
2025-01-01 13:45:37 +00:00
parent 4b21dac4f8
commit 4be031b311
9 changed files with 16 additions and 120 deletions
@@ -16,16 +16,6 @@ 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: false,
defaultState: true,
},
enable_database_full_width: {
category: 'blocksuite',
bsFlag: 'enable_database_full_width',