The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.

Home > @edtr-io/plugin-image > ImagePluginConfig

ImagePluginConfig interface

Signature:
export interface ImagePluginConfig

Properties

PropertyTypeDescription
i18n{ label: string; failedUploadMessage: string; src: { label: string; placeholder: { empty: string; uploading: string; failed: string; }; retryLabel: string; }; link: { href: { label: string; placeholder: string; }; openInNewTab: { label: string; }; }; alt: { label: string; placeholder: string; }; maxWidth: { label: string; placeholder: string; }; }
secondInput?'description' | 'link'(Optional)
uploadUploadHandler<string>
validateUploadValidator