Skip to content

Commit

Permalink
Added strings for house= field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar5555 authored Dec 21, 2024
1 parent 02d1552 commit 11263d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/fields/house.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
"key": "house",
"type": "combo",
"label": "House Type"
"strings": {
"options": {
"bungalow": "Bungalow",
"detached": "Detached House",
"link-detached": "Link-Detached House",
"maisonette": "Maisonette",
"semi-detached": "Semi-Detached House",
"terrace": "Row of terraced houses",
"terraced": "Terraced House"
}
}
}

0 comments on commit 11263d7

Please sign in to comment.