Migrated MacroRenderingController + Related UmbracoComponentRenderer => TemplateRenderer + ParitalViewMacroEngine

This commit is contained in:
Bjarke Berg
2020-06-04 12:53:08 +02:00
parent 772041bb8f
commit 1d543d1dfd
28 changed files with 1179 additions and 130 deletions

View File

@@ -200,10 +200,10 @@ namespace Umbraco.Web.BackOffice.Controllers
// "mediaTypeApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MediaTypeController>(
// controller => controller.GetAllowedChildren(0))
// },
// {
// "macroRenderingApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacroRenderingController>(
// controller => controller.GetMacroParameters(0))
// },
{
"macroRenderingApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacroRenderingController>(
controller => controller.GetMacroParameters(0))
},
{
"macroApiBaseUrl", _linkGenerator.GetUmbracoApiServiceBaseUrl<MacrosController>(
controller => controller.Create(null))