add rich text and options

This commit is contained in:
Kukks
2019-01-02 12:47:06 +01:00
parent 92a2bb4d32
commit e4b9895ba7
6 changed files with 42 additions and 13 deletions

View File

@@ -61,6 +61,8 @@ namespace BTCPayServer.Models.AppViewModels
public string CustomCSSLink { get; set; }
public string EmbeddedCSS { get; set; }
[Display(Name = "Base the contributed goal amount on the invoice amount and not actual payments")]
public bool UseInvoiceAmount { get; set; } = true;
}
}