v8: Add package contributors (#4385)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a8f4cf73d8
commit
280a6d79b4
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user