mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
chore(editor): remove page block feature flag (#10251)
This commit is contained in:
@@ -5437,14 +5437,6 @@ export function useAFFiNEI18N(): {
|
||||
* `Once enabled, you can preview PDF in embed view.`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description"](): string;
|
||||
/**
|
||||
* `Page Block Header`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-page-block-header.name"](): string;
|
||||
/**
|
||||
* `Once enabled, the header of page block will be displayed.`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-page-block-header.description"](): string;
|
||||
/**
|
||||
* `Editor RTL`
|
||||
*/
|
||||
|
||||
@@ -1357,8 +1357,6 @@
|
||||
"com.affine.settings.workspace.experimental-features.enable-mobile-edgeless-editing.description": "Once enabled, users can edit edgeless canvas.",
|
||||
"com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.name": "PDF embed preview",
|
||||
"com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description": "Once enabled, you can preview PDF in embed view.",
|
||||
"com.affine.settings.workspace.experimental-features.enable-page-block-header.name": "Page Block Header",
|
||||
"com.affine.settings.workspace.experimental-features.enable-page-block-header.description": "Once enabled, the header of page block will be displayed.",
|
||||
"com.affine.settings.workspace.experimental-features.enable-editor-rtl.name": "Editor RTL",
|
||||
"com.affine.settings.workspace.experimental-features.enable-editor-rtl.description": "Once enabled, the editor will be displayed in RTL mode.",
|
||||
"com.affine.settings.workspace.not-owner": "Only an owner can edit the workspace avatar and name. Changes will be shown for everyone.",
|
||||
|
||||
Reference in New Issue
Block a user