Update MediaApp resolver with new aliases
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
{
|
||||
private static readonly ContentApp _contentApp = new ContentApp
|
||||
{
|
||||
Alias = "content",
|
||||
Alias = "umbContent",
|
||||
Name = "Content",
|
||||
Icon = "icon-document",
|
||||
View = "views/media/apps/content/content.html"
|
||||
@@ -20,7 +20,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
|
||||
private static readonly ContentApp _infoApp = new ContentApp
|
||||
{
|
||||
Alias = "info",
|
||||
Alias = "umbInfo",
|
||||
Name = "Info",
|
||||
Icon = "icon-info",
|
||||
View = "views/media/apps/info/info.html"
|
||||
|
||||
Reference in New Issue
Block a user