Add conveying field

This commit is contained in:
Michael Pu
2018-10-01 19:28:57 -04:00
parent 8aafe98b8e
commit f9ce3bc236

View File

@@ -0,0 +1,13 @@
{
"key": "conveying",
"type": "typeCombo",
"label": "Movement Direction",
"strings": {
"options": {
"forward": "Forward",
"backward": "Backward",
"reversible": "Reversible"
}
}
}