mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): init editor setting ui (#7878)
- init editor setting ui https://github.com/user-attachments/assets/c54f5816-ef05-4ac0-b11a-8ab7159f928c
This commit is contained in:
@@ -91,6 +91,13 @@ export const AFFINE_FLAGS = {
|
||||
configurable: true,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_editor_settings: {
|
||||
category: 'affine',
|
||||
displayName: 'Editor Settings',
|
||||
description: 'Enables editor settings.',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
} satisfies { [key in string]: FlagInfo };
|
||||
|
||||
export type AFFINE_FLAGS = typeof AFFINE_FLAGS;
|
||||
|
||||
Reference in New Issue
Block a user