Files
iD/modules/ui/fields
Martin Raifer 479586be37 combo boxes can consume complex label strings now:
instead of `"strings": { "options": { "<tag-value>": "<translatable-string>", …` it is now also supported to have:

```
"strings": {
    "options": {
        "<tag-value>": {
            "title": "<translatable-string>",
            "description": "<translatable-string>"
        },
        …
```
2022-12-09 19:34:13 +01:00
..
2022-10-07 12:04:23 +02:00
2021-11-04 15:05:23 +13:00
2022-12-09 13:52:57 +01:00
2022-10-07 12:04:23 +02:00