Add new API controller for uploading images dragged/pasted into a TinyMCE editor

This commit is contained in:
Warren Buckley
2019-08-29 14:06:29 +01:00
parent 413b266335
commit 1ec88a6647
4 changed files with 174 additions and 8 deletions

View File

@@ -309,7 +309,11 @@ namespace Umbraco.Web.Editors
{
"webProfilingBaseUrl", _urlHelper.GetUmbracoApiServiceBaseUrl<WebProfilingController>(
controller => controller.GetStatus())
}
},
{
"tinyMceApiBaseUrl", _urlHelper.GetUmbracoApiServiceBaseUrl<TinyMceController>(
controller => controller.UploadImage())
},
}
},
{