Ability to limit available fiat currencies (#1748)
* feat: limit number of available fiat currencies * feat: Add allowed currency selector to Admin UI * motorinas suggestions --------- Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
@@ -89,6 +89,7 @@ class ThemesSettings(LNbitsSettings):
|
||||
default="https://shop.lnbits.com/;/static/images/lnbits-shop-light.png;/static/images/lnbits-shop-dark.png"
|
||||
) # sneaky sneaky
|
||||
lnbits_ad_space_enabled: bool = Field(default=False)
|
||||
lnbits_allowed_currencies: List[str] = Field(default=[])
|
||||
|
||||
|
||||
class OpsSettings(LNbitsSettings):
|
||||
|
||||
Reference in New Issue
Block a user