Interface

UploadcareUploaderConfig (uploadcare)

@ckeditor/ckeditor5-uploadcare/src/uploadcareconfig

interface

Configuration interface for the Uploadcare File Uploader component.

This interface extends the Uploadcare config, excluding certain keys that are either not supported or have been modified.

You can find detailed information in the Uploadcare documentation.

Filtering

Properties

  • sourceList : Array<'local' | 'url' | 'facebook' | 'dropbox' | 'gdrive' | 'gphotos' | 'onedrive'> | undefined

    Comma-separated list of file sources.

    Defaults to [ 'local', 'url' ]