mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 06:40:21 +02:00
Update loading dock fields (#1043)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dock:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Height (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dock:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Width (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "door:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Height (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "door:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Width (Meters)"
|
||||
}
|
||||
Reference in New Issue
Block a user