mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"type": "radio",
|
|
"keys": [
|
|
"male",
|
|
"female",
|
|
"unisex"
|
|
],
|
|
"label": "Gender",
|
|
"placeholder": "Unknown",
|
|
"strings": {
|
|
"options": {
|
|
"male": "Male",
|
|
"female": "Female",
|
|
"unisex": "Unisex"
|
|
}
|
|
}
|
|
}
|