mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Add description and embedded css to POS (#970)
* Add description and embedded css to POS * wrap embedded css props in <style> before Safe.raw
This commit is contained in:
committed by
Nicolas Dorier
parent
e743b2e457
commit
72d519bb45
@@ -50,5 +50,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
public int[] CustomTipPercentages { get; set; }
|
||||
|
||||
public string CustomCSSLink { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string EmbeddedCSS { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user