Allowing custom HtmlTitle

Fix #96
This commit is contained in:
rockstardev
2018-05-03 16:51:04 -05:00
parent 674cd1486d
commit 0a449e1e8e
7 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string CryptoImage { get; set; }
public string Link { get; set; }
}
public string HtmlTitle { get; set; }
public string CustomCSSLink { get; set; }
public string CustomLogoLink { get; set; }
public string DefaultLang { get; set; }