better layout

This commit is contained in:
Kukks
2018-12-22 15:43:40 +01:00
parent d1ff34d16d
commit 8c00a2359e
7 changed files with 52 additions and 31 deletions

View File

@@ -11,6 +11,7 @@ namespace BTCPayServer.Models.AppViewModels
public string Title { get; set; }
public string Description { get; set; }
public string MainImageUrl { get; set; }
public string EmbeddedCSS { get; set; }
public string CustomCSSLink { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }