/enterspeed-source-umbraco-cms-cloudinary

Cloudinary add-on for Enterspeed Umbraco integration

Primary LanguageC#MIT LicenseMIT

Documentation

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
    }
  }

Changelog

See new features, fixes and breaking changes in the changelog. Changelog

Contributing

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.

License

The Cloudinary add-on for Enterspeed Umbraco integration is MIT licensed