Type Definition
Properties
collections
Partial<Record<UploadCollectionSlug, Omit<CollectionOptions, 'adapter'> | true>>
required
Collection options to apply the Cloudinary adapter to.
Cloudinary configuration including
cloud_name, api_key, and api_secret.Folder path in Cloudinary where files will be uploaded.
Whether or not to disable local storage.
Whether or not to enable the plugin.
Versioning configuration options. See CloudinaryVersioningOptions for details.
Public ID configuration options. See PublicIDOptions for details.
Support for Dynamic Folder Mode. When true, uses
asset_folder parameter in upload to ensure correct folder display in Media Library.Additional custom fields to add to media collection. These will be merged with the default fields (cloudinary, versions, etc.).
Enable PDF thumbnails in the admin UI.