Updates Crowdfund & POS Modal (#3806)

* ui+cf: updates perks modal

* Toggle editor with Bootstrap

* Add currency info to app items

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
dstrukt
2022-06-19 19:55:47 -07:00
committed by GitHub
parent cade6c6c38
commit c531b26821
7 changed files with 107 additions and 88 deletions

View File

@@ -10,6 +10,7 @@ namespace BTCPayServer.Models.AppViewModels
{
public string StoreId { get; set; }
public string StoreName { get; set; }
public string StoreDefaultCurrency { get; set; }
[Required]
[MaxLength(50)]