mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
chore(editor): add edgeless scribbled style feature flag (#11127)
Closes: [BS-2805](https://linear.app/affine-design/issue/BS-2805/下掉线条样式切换功能,需添加-feature-flag)
This commit is contained in:
@@ -264,6 +264,16 @@ export const AFFINE_FLAGS = {
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_edgeless_scribbled_style: {
|
||||
category: 'blocksuite',
|
||||
bsFlag: 'enable_edgeless_scribbled_style',
|
||||
displayName:
|
||||
'com.affine.settings.workspace.experimental-features.enable-edgeless-scribbled-style.name',
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-edgeless-scribbled-style.description',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
} satisfies { [key in string]: FlagInfo };
|
||||
|
||||
// oxlint-disable-next-line no-redeclare
|
||||
|
||||
Reference in New Issue
Block a user