start media library

This commit is contained in:
2020-05-15 14:23:47 +02:00
parent 2b18892796
commit 1e05ff82df
25 changed files with 1118 additions and 167 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ namespace zero.Web.Models
{
public string Name { get; set; }
public Media Image { get; set; }
public string ImageId { get; set; }
public Media Icon { get; set; }
public string IconId { get; set; }
public string[] Domains { get; set; } = new string[] { };