UploadcareUploaderConfig
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.
Properties
-
sourceList : Array<'local' | 'url' | 'facebook' | 'dropbox' | 'gdrive' | 'gphotos' | 'onedrive'> | undefined
module:uploadcare/uploadcareconfig~UploadcareUploaderConfig#sourceList
Comma-separated list of file sources.
Defaults to
[ 'local', 'url' ]