mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 23:30:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
"label": "Disposal",
|
||||
"strings": {
|
||||
"options": {
|
||||
"flush": "Flush",
|
||||
"pitlatrine": "Pit Latrine",
|
||||
"chemical": "Chemical",
|
||||
"bucket": "Bucket"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "toilets:handwashing",
|
||||
"type": "check",
|
||||
"label": "Handwashing"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "toilets:position",
|
||||
"type": "semiCombo",
|
||||
"label": "Positions"
|
||||
}
|
||||
Reference in New Issue
Block a user