mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +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.
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"key": "internet_access",
|
|
"type": "combo",
|
|
"options": [
|
|
"yes",
|
|
"no",
|
|
"wlan",
|
|
"wired",
|
|
"terminal"
|
|
],
|
|
"label": "Internet Access",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"wlan": "Wifi",
|
|
"wired": "Wired",
|
|
"terminal": "Terminal"
|
|
}
|
|
}
|
|
} |