Run make to update generated preset files

This commit is contained in:
Bryan Housel
2015-12-30 21:10:18 -05:00
parent d5f50486fc
commit ad7fc672f0
4 changed files with 23 additions and 1 deletions
+3
View File
@@ -309,6 +309,9 @@ en:
description:
# 'description=*'
label: Description
diaper:
# 'diaper=*'
label: Diaper Changing Available
dock:
# 'dock=*'
label: Type
+15
View File
@@ -408,6 +408,21 @@
"type": "textarea",
"label": "Description"
},
"diaper": {
"key": "diaper",
"type": "combo",
"label": "Diaper Changing Available",
"options": [
"yes",
"no",
"room",
"1",
"2",
"3",
"4",
"5"
]
},
"dock": {
"key": "dock",
"type": "combo",
+2 -1
View File
@@ -1912,7 +1912,8 @@
"building_area",
"access_toilets",
"gender",
"fee"
"fee",
"diaper"
],
"geometry": [
"point",
+3
View File
@@ -883,6 +883,9 @@
"description": {
"label": "Description"
},
"diaper": {
"label": "Diaper Changing Available"
},
"dock": {
"label": "Type"
},