From b10aa42e124613e6420f57cf8e60582b821c3f05 Mon Sep 17 00:00:00 2001 From: Dimitar <19364673+Dimitar5555@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:59:16 +0200 Subject: [PATCH] Added descriptions for house=* values --- data/fields/house.json | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/data/fields/house.json b/data/fields/house.json index 5132b982..ae622452 100644 --- a/data/fields/house.json +++ b/data/fields/house.json @@ -4,13 +4,34 @@ "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" + "bungalow": { + "title:": "Bungalow", + "description": "A small house with a single storey" + }, + "detached": { + "title": "Detached House", + "description": "A house that is not connected to any other houses" + }, + "link-detached": { + "title": "Link-Detached House", + "description": "A house that is connected to another house by a garage or other non-living area" + }, + "maisonette": { + "title": "Maisonette", + "description": "A residential dwelling, split over two floors with private external entrances rather than a communal entrance" + }, + "semi-detached": { + "title": "Semi-Detached House", + "description": "A house that is attached to another house on one side" + }, + "terrace": { + "title": "Row of terraced houses", + "description": "A row of houses that are attached to each other in a line" + }, + "terraced": { + "title": "Terraced House", + "description": "Individual house in a row of terraced houses" + } } }, "autoSuggestions": false