default content type icon
This commit is contained in:
@@ -96,6 +96,8 @@ namespace Umbraco.Web.Editors
|
||||
public ContentTypeDisplay GetEmpty(int parentId)
|
||||
{
|
||||
var ct = new ContentType(parentId);
|
||||
ct.Icon = "icon-doc";
|
||||
|
||||
var dto = Mapper.Map<IContentType, ContentTypeDisplay>(ct);
|
||||
return dto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user