v8: Add package contributors (#4385)

This commit is contained in:
Bjarne Fyrstenborg
2019-02-14 16:00:58 +01:00
committed by Sebastiaan Janssen
parent a8f4cf73d8
commit 280a6d79b4
14 changed files with 150 additions and 41 deletions

View File

@@ -88,6 +88,9 @@ namespace Umbraco.Web.Models
[DataMember(Name = "author")]
public string Author { get; set; }
[DataMember(Name = "contributors")]
public IList<string> Contributors { get; set; }
[DataMember(Name = "iconUrl")]
public string IconUrl { get; set; }
}