From 8bced15f564bab258d436deddf3083e7f145642b Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Mon, 3 Jun 2013 21:19:38 -1000 Subject: [PATCH] updates icon output --- src/Umbraco.Web/Models/ContentEditing/ContentTypeBasic.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/Models/ContentEditing/ContentTypeBasic.cs b/src/Umbraco.Web/Models/ContentEditing/ContentTypeBasic.cs index aba2f90dfe..3f014f3984 100644 --- a/src/Umbraco.Web/Models/ContentEditing/ContentTypeBasic.cs +++ b/src/Umbraco.Web/Models/ContentEditing/ContentTypeBasic.cs @@ -27,6 +27,7 @@ namespace Umbraco.Web.Models.ContentEditing [DataMember(Name = "description")] public string Description { get; set; } + [DataMember(Name = "icon")] public string Icon { get; set; } } } \ No newline at end of file