Update min+max age fields

This commit is contained in:
JamesKingdom
2017-09-25 17:55:52 +01:00
parent 7748a2889d
commit fef0e8000c
7 changed files with 23 additions and 3 deletions

View File

@@ -1047,6 +1047,9 @@ en:
playground/max_age:
# max_age=*
label: Maximum Age
playground/min_age:
# max_age=*
label: Minimum Age
population:
# population=*
label: Population

View File

@@ -1390,9 +1390,14 @@
},
"playground/max_age": {
"key": "max_age",
"type": "text",
"type": "number",
"label": "Maximum Age"
},
"playground/min_age": {
"key": "max_age",
"type": "number",
"label": "Minimum Age"
},
"population": {
"key": "population",
"type": "text",

View File

@@ -1,5 +1,5 @@
{
"key": "max_age",
"type": "text",
"type": "number",
"label": "Maximum Age"
}

View File

@@ -0,0 +1,5 @@
{
"key": "max_age",
"type": "number",
"label": "Minimum Age"
}

View File

@@ -9497,6 +9497,7 @@
"operator",
"surface",
"playground/max_age",
"playground/min_age",
"access_simple"
],
"geometry": [
@@ -11601,7 +11602,7 @@
"name": "Seesaw"
},
"playground/slide": {
"icon": "entrance",
"icon": "playground",
"geometry": [
"point",
"line"
@@ -56344,6 +56345,7 @@
"operator",
"surface",
"playground/max_age",
"playground/min_age",
"access_simple"
],
"suggestion": true
@@ -56364,6 +56366,7 @@
"operator",
"surface",
"playground/max_age",
"playground/min_age",
"access_simple"
],
"suggestion": true

View File

@@ -5,6 +5,7 @@
"operator",
"surface",
"playground/max_age",
"playground/min_age",
"access_simple"
],
"geometry": [

View File

@@ -1961,6 +1961,9 @@
"playground/max_age": {
"label": "Maximum Age"
},
"playground/min_age": {
"label": "Minimum Age"
},
"population": {
"label": "Population"
},