mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Add description and embedded css to POS (#970)
* Add description and embedded css to POS * wrap embedded css props in <style> before Safe.raw
This commit is contained in:
committed by
Nicolas Dorier
parent
e743b2e457
commit
72d519bb45
@@ -87,7 +87,9 @@ namespace BTCPayServer.Controllers
|
||||
CustomTipText = settings.CustomTipText,
|
||||
CustomTipPercentages = settings.CustomTipPercentages,
|
||||
CustomCSSLink = settings.CustomCSSLink,
|
||||
AppId = appId
|
||||
AppId = appId,
|
||||
Description = settings.Description,
|
||||
EmbeddedCSS = settings.EmbeddedCSS
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user