[WIKI-345] regression: update block menu options (#7647)
* chore: update flagged and disabled extension * chore :build fix
This commit is contained in:
parent
0fe7da6265
commit
cf7b288f93
3 changed files with 4 additions and 4 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue