Refactor XFrames Attribute & simplify pos settings page (#576)

* Enable better error when invoice cannot be created on crowdfund

Closes #572

* Allow all public apps in iframe

* cleanup pos page dev info
This commit is contained in:
Andrew Camilleri
2019-01-31 08:56:21 +01:00
committed by Nicolas Dorier
parent 2ad509d56a
commit 51a5d2e812
5 changed files with 109 additions and 29 deletions

View File

@@ -41,5 +41,7 @@ namespace BTCPayServer.Models.AppViewModels
[MaxLength(500)]
[Display(Name = "Custom bootstrap CSS file")]
public string CustomCSSLink { get; set; }
public string Id { get; set; }
}
}