refactor(core): move fontFamily and fullWidthLayout to editor settings (#7988)

This commit is contained in:
JimmFly
2024-08-28 02:35:24 +00:00
parent 3e810eb043
commit 03b2cda845
13 changed files with 131 additions and 135 deletions

View File

@@ -96,7 +96,7 @@ export const AFFINE_FLAGS = {
displayName: 'Editor Settings',
description: 'Enables editor settings.',
configurable: isCanaryBuild,
defaultState: false,
defaultState: isCanaryBuild,
},
} satisfies { [key in string]: FlagInfo };