add helpful texts

This commit is contained in:
Kukks
2019-01-06 14:28:53 +01:00
parent b6f3d2af5e
commit b633206b45
3 changed files with 70 additions and 3 deletions

View File

@@ -69,11 +69,15 @@ namespace BTCPayServer.Models.AppViewModels
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;
public bool UseInvoiceAmount { get; set; }
[Display(Name = "Count all invoices created on the store as part of the crowdfunding goal")]
public bool UseAllStoreInvoices { get; set; } = false;
public bool UseAllStoreInvoices { get; set; }
public string AppId { get; set; }
public string Example1 { get; internal set; }
public string Example2 { get; internal set; }
public string ExampleCallback { get; internal set; }
}
public enum CrowdfundResetEvery