Allow sounds and animation colors in crowdfund to be configured (#653)

closes #652
This commit is contained in:
Andrew Camilleri
2019-03-07 06:25:09 +01:00
committed by Nicolas Dorier
parent ef46d03760
commit 2b567de5c1
9 changed files with 102 additions and 62 deletions

View File

@@ -32,6 +32,8 @@ namespace BTCPayServer.Models.AppViewModels
public bool SoundsEnabled { get; set; }
public string DisqusShortname { get; set; }
public bool AnimationsEnabled { get; set; }
public string[] AnimationColors { get; set; }
public string[] Sounds { get; set; }
public int ResetEveryAmount { get; set; }
public bool NeverReset { get; set; }