refactor: remove cbName cbUrl options
This commit is contained in:
parent
322c5e165b
commit
0e529d6aef
|
@ -58,8 +58,6 @@ export type AiEditorOptions = {
|
|||
i18n?: Record<string, Record<string, string>>,
|
||||
placeholder?: string,
|
||||
theme?: "light" | "dark",
|
||||
cbName?: string,
|
||||
cbUrl?: string
|
||||
onMentionQuery?: (query: string) => any[] | Promise<any[]>,
|
||||
onCreateBefore?: (editor: AiEditor, extensions: Extensions) => void | Extensions,
|
||||
onDestroy?: (editor: AiEditor) => void,
|
||||
|
|
Loading…
Reference in New Issue