Add Disqus & fix ux

This commit is contained in:
Kukks
2018-12-31 11:38:05 +01:00
parent 66e786a1b0
commit 3dc250f801
9 changed files with 192 additions and 30 deletions

View File

@@ -23,6 +23,11 @@ namespace BTCPayServer.Models.AppViewModels
public CrowdfundInfo Info { get; set; }
public string Tagline { get; set; }
public ViewPointOfSaleViewModel.Item[] Perks { get; set; }
public bool DisqusEnabled { get; set; }
public bool SoundsEnabled { get; set; }
public string DisqusShortname { get; set; }
public bool AnimationsEnabled { get; set; }
public string DisqusAPIKey { get; set; }
public class CrowdfundInfo