Remove usage of obsolete image URL generation properties (width/height ratio, default crop, upscale and animation process mode)

This commit is contained in:
Ronald Barendse
2021-08-10 11:23:37 +02:00
parent 50d8e74b5b
commit 0b9f1f4f86
10 changed files with 218 additions and 482 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>(