mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#17172: Adding extension screenshots / icons, rating and ratings count.
--HG-- branch : 1.x
This commit is contained in:
@@ -12,5 +12,9 @@ namespace Orchard.Packaging.Services {
|
||||
public DateTime LastUpdated { get; set; }
|
||||
public string Authors { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string FirstScreenshot { get; set; }
|
||||
public string IconUrl { get; set; }
|
||||
public double Rating { get; set; }
|
||||
public int RatingsCount { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user