id-tagging-schema/data/fields/side.json
2023-12-15 15:54:58 +01:00

12 lines
206 B
JSON

{
"key": "side",
"type": "combo",
"label": "Side",
"strings": {
"options": {
"left": "Left",
"right": "Right"
}
},
"autoSuggestions": false
}