Fix build
This commit is contained in:
parent
7535d56d76
commit
fda9eaead4
3 changed files with 27 additions and 3 deletions
|
@ -794,7 +794,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"wayHandling": 1,
|
|
||||||
"filter": [
|
"filter": [
|
||||||
{
|
{
|
||||||
"id": "vehicle-type",
|
"id": "vehicle-type",
|
||||||
|
|
|
@ -733,6 +733,16 @@
|
||||||
],
|
],
|
||||||
"sources": []
|
"sources": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "liberapay.svg",
|
||||||
|
"license": "Logo (all rights reserved)",
|
||||||
|
"authors": [
|
||||||
|
"LiberaPay"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://liberapay.com/"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "loading.svg",
|
"path": "loading.svg",
|
||||||
"license": "CC0; trivial",
|
"license": "CC0; trivial",
|
||||||
|
@ -1241,6 +1251,22 @@
|
||||||
"https://www.onlinewebfonts.com/icon/197818"
|
"https://www.onlinewebfonts.com/icon/197818"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "teardrop.svg",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Pieter Vander Vennet"
|
||||||
|
],
|
||||||
|
"sources": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "teardrop_with_hole_green.svg",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Pieter Vander Vennet"
|
||||||
|
],
|
||||||
|
"sources": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "translate.svg",
|
"path": "translate.svg",
|
||||||
"license": "CC-BY-SA 3.0",
|
"license": "CC-BY-SA 3.0",
|
||||||
|
|
|
@ -361,7 +361,7 @@
|
||||||
"type": "opening_hours"
|
"type": "opening_hours"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"service:electricity":{
|
"service:electricity": {
|
||||||
"#": "service:socket describes if a pub, restaurant or café offers electricity to their customers.",
|
"#": "service:socket describes if a pub, restaurant or café offers electricity to their customers.",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Does this amenity have electrical outlets, available to customers when they are inside?",
|
"en": "Does this amenity have electrical outlets, available to customers when they are inside?",
|
||||||
|
@ -397,7 +397,6 @@
|
||||||
"if": "service:electricity=no"
|
"if": "service:electricity=no"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
"payment-options": {
|
"payment-options": {
|
||||||
"question": {
|
"question": {
|
||||||
|
|
Loading…
Reference in a new issue