mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add ability to associate custom CSS with a pull payment
This commit is contained in:
@@ -42,5 +42,10 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
[Required]
|
||||
[ReadOnly(true)]
|
||||
public string Currency { get; set; }
|
||||
[MaxLength(500)]
|
||||
[Display(Name = "Custom bootstrap CSS file")]
|
||||
public string CustomCSSLink { get; set; }
|
||||
[Display(Name = "Custom CSS Code")]
|
||||
public string EmbeddedCSS { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user