mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"key": "direction",
|
|
"type": "combo",
|
|
"options": [
|
|
"clockwise",
|
|
"anticlockwise"
|
|
],
|
|
"label": "Direction",
|
|
"strings": {
|
|
"options": {
|
|
"clockwise": "Clockwise",
|
|
"anticlockwise": "Counterclockwise"
|
|
}
|
|
}
|
|
} |