add fields for fire_hydrant

This commit is contained in:
mm
2018-11-06 22:55:18 +01:00
parent 85f475d9ca
commit e440fce978
40 changed files with 28149 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"key": "bonnet:colour",
"default": "red",
"type": "combo",
"label": "Colour of the top section (bonnet)",
"options": [ "blue", "green", "red", "yellow", "grey" ]
}
+7
View File
@@ -0,0 +1,7 @@
{
"key": "cap:colour",
"default": "red",
"type": "combo",
"label": "Colour of the caps",
"options": [ "blue", "green", "red", "yellow", "grey" ]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"key": "couplings:diameters",
"type": "text",
"label": "Each coupling diameter (separated by ;)",
"placeholder": "E.g. 45 mm;45 mm;110 mm",
"placeholder": "E.g. 45 mm;45 mm;110 mm"
}
+2 -2
View File
@@ -3,7 +3,7 @@
"type": "combo",
"label": "Coupling standard.",
"placeholder": "Bayonet, Storz, UNI…",
"options": {
"options": [
"Bayonet",
"Barcelona",
"Guillemin",
@@ -11,5 +11,5 @@
"Sprawny",
"Storz",
"UNI"
}
]
}
@@ -0,0 +1,7 @@
{
"key": "fire_hydrant:count",
"minValue": 1,
"type": "number",
"label": "Number of hydrants, if there are more than one.",
"placeholder": "1, 2, 3…"
}
@@ -0,0 +1,6 @@
{
"key": "fire_hydrant:style",
"type": "text",
"label": "Style (for special designs)"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "manufacturer",
"type": "text",
"label": "Manufacturers' name"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "model",
"type": "text",
"label": "Model"
}
@@ -0,0 +1,6 @@
{
"key": "reflective:colour",
"default": "red",
"type": "text",
"label": "Colour of reflective material"
}