Store branding: Unify public pages (#4568)

Closes #3842.
This commit is contained in:
d11n
2023-01-30 09:23:49 +01:00
committed by GitHub
parent 14313291d5
commit f821e35cb0
30 changed files with 611 additions and 646 deletions

View File

@@ -140,6 +140,10 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
public DateTime? ExpiryDate { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public string LogoFileId { get; set; }
public string CssFileId { get; set; }
public string BrandColor { get; set; }
public string StoreName { get; set; }
public string EmbeddedCSS { get; set; }
public string CustomCSSLink { get; set; }