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:
Andrew Camilleri
2019-08-19 07:13:42 +02:00
committed by Nicolas Dorier
parent e743b2e457
commit 72d519bb45
9 changed files with 75 additions and 13 deletions

View File

@@ -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; }
}
}