From 11d9d7d9e0662e3e62db20b6ea8c8146bd90c935 Mon Sep 17 00:00:00 2001 From: augustlindemer <118665588+augustlindemer@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:29:51 +0100 Subject: [PATCH] Update Rebuilt.ts --- .../List/schemas/ResidentialUnits/GLA/Rebuilt.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/Rebuilt.ts b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/Rebuilt.ts index 8535119b8e..9e6a7ad669 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/Rebuilt.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/Rebuilt.ts @@ -3,6 +3,18 @@ import { Schema } from "@planx/components/List/model"; export const ResidentialUnitsGLARebuilt: Schema = { type: "Rebuilt residential unit", fields: [ + { + type: "question", + data: { + title: "What development does this unit result from?", + fn: "development", + options: [ + { id: "newBuild", data: { text: "New build", val: "newBuild" } }, + { id: "changeOfUseFrom", data: { text: "Change of use of existing single home", val: "changeOfUseFrom" } }, + { id: "changeOfUseTo", data: { text: "Change of use to a home", val: "changeOfUseTo" } }, + ], + }, + }, { type: "number", data: {