more module previews

This commit is contained in:
2021-01-29 13:07:04 +01:00
parent fe19e3c238
commit 44b6e6109f
6 changed files with 114 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ namespace zero.Core.Entities
public string UrlSuffix { get; set; }
public string Label { get; set; }
public string Title { get; set; }
public Dictionary<string, string> Values { get; set; } = new Dictionary<string, string>();