mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
HTML lang setting and Head tags for POS and Crowdfund public pages (#6229)
* HTML lang setting and Head tags for POS and Crowdfund public pages * updates #6229 * updates 6229 * resolve conflict * updated according to Nicolas' recommendations * updates #6229 * Add RawMeta method in safe.cs * ... * resolve conflicts * resolve conflict * resolve conflicts * Updates as Nicolas request * updates --------- Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
@@ -86,6 +86,11 @@ namespace BTCPayServer.Plugins.PointOfSale.Models
|
||||
new() { Text = "Use Store Settings", Value = "" }
|
||||
}, nameof(SelectListItem.Value), nameof(SelectListItem.Text), RedirectAutomatically);
|
||||
|
||||
public string Language { get; set; }
|
||||
|
||||
[Display(Name = "HTML Meta Tags")]
|
||||
public string HtmlMetaTags{ get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
[Display(Name = "Request customer data on checkout")]
|
||||
|
||||
Reference in New Issue
Block a user