mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Store Branding: Add custom CSS option
This commit is contained in:
@@ -22,12 +22,16 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[MaxLength(500)]
|
||||
public string StoreWebsite { get; set; }
|
||||
|
||||
[Display(Name = "Brand Color")]
|
||||
public string BrandColor { get; set; }
|
||||
|
||||
[Display(Name = "Logo")]
|
||||
public IFormFile LogoFile { get; set; }
|
||||
public string LogoFileId { get; set; }
|
||||
|
||||
[Display(Name = "Brand Color")]
|
||||
public string BrandColor { get; set; }
|
||||
[Display(Name = "Custom CSS")]
|
||||
public IFormFile CssFile { get; set; }
|
||||
public string CssFileId { get; set; }
|
||||
|
||||
public bool CanDelete { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user