EQMS-885 Refactor image and file extensions (#5584)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2024-05-13 21:11:40 +07:00
committed by GitHub
parent adca777b33
commit cb82eb7a9f
11 changed files with 318 additions and 229 deletions
@@ -21,7 +21,7 @@
import {
CollaboratorEditor,
HeadingsExtension,
ImageOptions,
ImageUploadOptions,
SvelteNodeViewRenderer,
TodoItemExtension,
TodoListExtension
@@ -37,7 +37,7 @@
export let object: Document
export let readonly = false
export let boundary: HTMLElement | undefined = undefined
export let attachFile: ImageOptions['attachFile'] | undefined = undefined
export let attachFile: ImageUploadOptions['attachFile'] | undefined = undefined
export let focusIndex = -1
export let overflow: 'auto' | 'none' = 'none'
export let editorAttributes: Record<string, string> = {}