mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 14:38:03 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "radio",
|
||||
"keys": [
|
||||
"male",
|
||||
"female",
|
||||
"unisex"
|
||||
],
|
||||
"label": "Gender",
|
||||
"placeholder": "Unknown",
|
||||
"strings": {
|
||||
"options": {
|
||||
"male": "Male",
|
||||
"female": "Female",
|
||||
"unisex": "Unisex"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"access",
|
||||
"female",
|
||||
"male",
|
||||
"unisex"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user