Renamed a few properties and a class
This commit is contained in:
@@ -10,8 +10,8 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataContract(Name = "content", Namespace = "")]
|
||||
public class MediaItemDisplay : ListViewAwareContentItemDisplayBase<ContentPropertyDisplay, IMedia>
|
||||
{
|
||||
[DataMember(Name = "documentType")]
|
||||
public ContentPropertyDisplay DocumentType { get; set; }
|
||||
[DataMember(Name = "contentType")]
|
||||
public ContentPropertyDisplay ContentType { get; set; }
|
||||
|
||||
[DataMember(Name = "mediaLink")]
|
||||
public string MediaLink { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user