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

@@ -306,6 +306,7 @@ namespace BTCPayServer.Data
public Uri CustomLogo { get; set; }
[JsonConverter(typeof(UriJsonConverter))]
public Uri CustomCSS { get; set; }
public string HtmlTitle { get; set; }
public bool RateScripting { get; set; }