Remove isMedia workaround

This commit is contained in:
Rasmus John Pedersen
2019-04-09 11:31:38 +02:00
parent 8e5d33b15e
commit a96bca5fab
3 changed files with 3 additions and 18 deletions

View File

@@ -9,9 +9,6 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "icon")]
public string Icon { get; set; }
[DataMember(Name = "isMedia")]
public bool IsMedia { get; set; }
[DataMember(Name = "name")]
public string Name { get; set; }