mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Store Branding: Apply brand color to backend as well (#5992)
* Store Branding: Apply brand color to backend as well Closes #5990. * Add adjustments for different theme scenarios * Add description text * Make it optional to apply the brand color to the backend * Toggle color fixes
This commit is contained in:
@@ -25,6 +25,9 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[Display(Name = "Brand Color")]
|
||||
public string BrandColor { get; set; }
|
||||
|
||||
[Display(Name = "Apply the brand color to the store's backend as well")]
|
||||
public bool ApplyBrandColorToBackend { get; set; }
|
||||
|
||||
[Display(Name = "Logo")]
|
||||
public IFormFile LogoFile { get; set; }
|
||||
public string LogoUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user