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