-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have set up global cloudinaryImageSource for the image fields which works fine.
However, I can't find a way to do the same. I need to make all file field types a cloudinary asset by default.
How do I do this?
eg:
form: {
image: {
assetSources: () => [cloudinaryImageSource],
directUploads: false,
},
file: {
assetSources: () => [cloudinaryAssetSource],
directUploads: false,
},
},
The only exports in the plugin I can see are:
cloudinaryAssetContext,
cloudinaryAssetContextCustom,
cloudinaryAssetDerivedSchema,
cloudinaryAssetSchema,
cloudinaryAssetSourcePlugin,
cloudinaryImageSource,
cloudinarySchemaPlugin
Metadata
Metadata
Assignees
Labels
No labels