This package will automatically upload the Umbraco media to Cloudinary and ingest the Cloudinary url to Enterspeed instead of the Umbraco url.
The package is a add-on to Enterspeed.Source.UmbracoCms.
The only configuration specific to this add-on is the Cloudinary environment credentials. These can be configured in the appsettings.json file.
"Enterspeed": {
...
"Cloudinary": {
"CloudName": "", // Required
"ApiKey": "", // Required
"ApiSecret": "", // Required
"AssetFolder": "" // Optional
}
}| Enterspeed.Source.UmbracoCms.Cloudinary | Enterspeed.Source.UmbracoCms |
|---|---|
| V1 | V2.1.0 ≤ x < 4.0.0 |
| V2 | V4.0.0 ≤ x < 4.3.0 |
| V3 | V4.3.0 ≤ x < 5.0.0 |
| V4 | V5.0.0 > x |
See new features, fixes and breaking changes in the changelog. Changelog
Pull requests are very welcome.
Please fork this repository and make a PR when you are ready.
Otherwise you are welcome to open an Issue in our issue tracker.
The Cloudinary add-on for Enterspeed Umbraco integration is MIT licensed