Update loading dock fields (#1043)

This commit is contained in:
archpdx
2023-11-20 17:47:30 +01:00
committed by GitHub
parent 2d07a40749
commit 4184e16cc8
6 changed files with 36 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"key": "dock:height",
"minValue": 0,
"type": "number",
"label": "Dock Height (Meters)"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "dock:width",
"minValue": 0,
"type": "number",
"label": "Dock Width (Meters)"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "door:height",
"minValue": 0,
"type": "number",
"label": "Door Height (Meters)"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "door:width",
"minValue": 0,
"type": "number",
"label": "Door Width (Meters)"
}