[WIKI-345] regression: update block menu options (#7647)

* chore: update flagged and disabled extension

* chore :build fix
This commit is contained in:
Vipin Chaudhary 2025-08-26 14:18:26 +05:30 committed by GitHub
parent 0fe7da6265
commit cf7b288f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ import type { IEditorProps } from "@/types";
export type TCoreAdditionalExtensionsProps = Pick<
IEditorProps,
"disabledExtensions" | "flaggedExtensions" | "fileHandler"
"disabledExtensions" | "flaggedExtensions" | "fileHandler" | "embedHandler"
>;
export const CoreEditorAdditionalExtensions = (props: TCoreAdditionalExtensionsProps): Extensions => {