mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
This makes the .json files the one-stop-shop for adding/modifying presets. You don't have to remember to also update presets.yaml.
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"key": "religion",
|
|
"type": "combo",
|
|
"options": [
|
|
"christian",
|
|
"muslim",
|
|
"buddhist",
|
|
"jewish",
|
|
"hindu",
|
|
"shinto",
|
|
"taoist"
|
|
],
|
|
"label": "Religion",
|
|
"strings": {
|
|
"options": {
|
|
"christian": "Christian",
|
|
"muslim": "Muslim",
|
|
"buddhist": "Buddhist",
|
|
"jewish": "Jewish",
|
|
"hindu": "Hindu",
|
|
"shinto": "Shinto",
|
|
"taoist": "Taoist"
|
|
}
|
|
}
|
|
} |