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": [],
|
"filter": [],
|
||||||
|
|
|
@ -241,7 +241,11 @@
|
||||||
"condition": "fee=yes",
|
"condition": "fee=yes",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "charge",
|
"key": "charge",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"placeholder": {
|
||||||
|
"en": "e.g. 0.50 EUR",
|
||||||
|
"nl": "bijv. 0,50 EUR"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"id": "toilet-charge"
|
"id": "toilet-charge"
|
||||||
},
|
},
|
||||||
|
|
|
@ -344,7 +344,7 @@
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
{
|
{
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/toilet/toilets.svg",
|
"render": "circle:white;./assets/layers/toilet/toilets.svg",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue