Gets templates working

This commit is contained in:
Shannon
2017-05-31 13:09:26 +02:00
parent a70c9226fc
commit 106a06be2a
3 changed files with 5 additions and 2 deletions

View File

@@ -94,6 +94,8 @@ namespace Umbraco.Web.Models.Mapping
basic.Icon = "icon-item-arrangement";
else if (entity.NodeObjectTypeId == Constants.ObjectTypes.MediaTypeGuid)
basic.Icon = "icon-thumbnails";
else if (entity.NodeObjectTypeId == Constants.ObjectTypes.TemplateTypeGuid)
basic.Icon = "icon-newspaper-alt";
}
});