forked from MapComplete/MapComplete
Add psyment options
This commit is contained in:
parent
6e0553d662
commit
ff501fc44e
3 changed files with 17 additions and 2 deletions
|
@ -105,6 +105,17 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builtin": "payment-options-split",
|
||||
"override": {
|
||||
"condition": {
|
||||
"or": [
|
||||
"fee=yes",
|
||||
"hot_water=fee"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [],
|
||||
|
|
|
@ -241,7 +241,11 @@
|
|||
"condition": "fee=yes",
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. 0.50 EUR",
|
||||
"nl": "bijv. 0,50 EUR"
|
||||
}
|
||||
},
|
||||
"id": "toilet-charge"
|
||||
},
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/layers/toilet/toilets.svg",
|
||||
"render": "circle:white;./assets/layers/toilet/toilets.svg",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
|
|
Loading…
Reference in a new issue