This commit is contained in:
SPGoding
2019-12-30 14:13:22 -06:00
parent f8eef26b01
commit 7ca3887d41
3 changed files with 24 additions and 24 deletions

View File

@@ -416,17 +416,17 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "location.position.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "location.position.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "location.position.z"
}
]
@@ -464,27 +464,27 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "distance.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "distance.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "distance.z"
},
{
"id": "absolute",
"type": "boundary",
"type": "range",
"translate": "distance.absolute"
},
{
"id": "horizontal",
"type": "boundary",
"type": "range",
"translate": "distance.horizontal"
}
]

View File

@@ -892,17 +892,17 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "location.position.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "location.position.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "location.position.z"
}
]
@@ -940,27 +940,27 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "distance.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "distance.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "distance.z"
},
{
"id": "absolute",
"type": "boundary",
"type": "range",
"translate": "distance.absolute"
},
{
"id": "horizontal",
"type": "boundary",
"type": "range",
"translate": "distance.horizontal"
}
]

View File

@@ -1181,17 +1181,17 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "location.position.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "location.position.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "location.position.z"
}
]
@@ -1303,27 +1303,27 @@
"fields": [
{
"id": "x",
"type": "boundary",
"type": "range",
"translate": "distance.x"
},
{
"id": "y",
"type": "boundary",
"type": "range",
"translate": "distance.y"
},
{
"id": "z",
"type": "boundary",
"type": "range",
"translate": "distance.z"
},
{
"id": "absolute",
"type": "boundary",
"type": "range",
"translate": "distance.absolute"
},
{
"id": "horizontal",
"type": "boundary",
"type": "range",
"translate": "distance.horizontal"
}
]