mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-21 06:04:26 +01:00
Add Disqus & fix ux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user