From 0c0b994985826a70f6bf53009b6cdfa838ac957b Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 29 Apr 2022 11:24:54 +0100 Subject: [PATCH] fix props values --- app/src/frontend/config/data-fields-config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/src/frontend/config/data-fields-config.ts b/app/src/frontend/config/data-fields-config.ts index 2ceee0d5..342c5558 100644 --- a/app/src/frontend/config/data-fields-config.ts +++ b/app/src/frontend/config/data-fields-config.ts @@ -199,6 +199,18 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */ tooltip: "Source for the current land use", example: "", }, + current_landuse_source_detail: { + category: Category.LandUse, + title: "Source details", + tooltip: "References for current land use source (max 500 characters)", + example: "", + }, + current_landuse_link: { + category: Category.LandUse, + title: "Text and Image Links", + tooltip: "URL for current land use reference", + example: ["", "", ""], + }, building_attachment_form: { category: Category.Type,