Adding fitness_station_type field

This commit is contained in:
JamesKingdom
2017-10-06 20:45:06 +01:00
parent 7e98d7f989
commit 2dca3012b4
6 changed files with 18 additions and 2 deletions
+3
View File
@@ -535,6 +535,9 @@ en:
underground: Underground
# 'fire_hydrant:type=wall'
wall: Wall
fitness_station_type:
# fitness_station=*
label: Fitness Station Type
fixme:
# fixme=*
label: Fix Me
+5
View File
@@ -723,6 +723,11 @@
}
}
},
"fitness_station_type": {
"key": "fitness_station",
"type": "combo",
"label": "Fitness Station Type"
},
"fixme": {
"key": "fixme",
"type": "textarea",
@@ -0,0 +1,5 @@
{
"key": "fitness_station",
"type": "combo",
"label": "Fitness Station Type"
}
+1 -1
View File
@@ -8913,7 +8913,7 @@
"icon": "pitch",
"fields": [
"name",
"sport",
"fitness_station_type",
"address",
"opening_hours"
],
@@ -2,7 +2,7 @@
"icon": "pitch",
"fields": [
"name",
"sport",
"fitness_station_type",
"address",
"opening_hours"
],
+3
View File
@@ -1543,6 +1543,9 @@
"pond": "Pond"
}
},
"fitness_station_type": {
"label": "Fitness Station Type"
},
"fixme": {
"label": "Fix Me"
},