Merge pull request #10623 from umbraco/v9/bugfix/image-cropping

V9: Fix ImageSharp integration and add support for custom crops
This commit is contained in:
Bjarke Berg
2021-08-17 07:49:32 +02:00
committed by GitHub
27 changed files with 795 additions and 826 deletions

View File

@@ -365,7 +365,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
},
{
"imageUrlGeneratorApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<ImageUrlGeneratorController>(
controller => controller.GetCropUrl(null, null, null, null, null))
controller => controller.GetCropUrl(null, null, null, null))
},
{
"elementTypeApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<ElementTypeController>(