Ensures all stylesheet usages in RTE are working as expected

This commit is contained in:
Shannon
2015-01-15 12:40:09 +11:00
parent 8abf6fc2b5
commit 19037ee1ba
7 changed files with 12 additions and 49 deletions

View File

@@ -14,8 +14,5 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "path")]
public string Path { get; set; }
[DataMember(Name = "id")]
public int Id { get; set; }
}
}

View File

@@ -16,7 +16,5 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "selector")]
public string Selector { get; set; }
//[DataMember(Name = "id")]
//public int Id { get; set; }
}
}