add current_landuse_verified to data-fields-config
This commit is contained in:
parent
9600669c5e
commit
f37ee00dac
@ -220,7 +220,11 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
tooltip: "URL for current land use reference",
|
tooltip: "URL for current land use reference",
|
||||||
example: ["", "", ""],
|
example: ["", "", ""],
|
||||||
},
|
},
|
||||||
|
current_landuse_verified: {
|
||||||
|
category: Category.LandUse,
|
||||||
|
title: 'Has this land use been manually verified?',
|
||||||
|
example: true,
|
||||||
|
},
|
||||||
building_attachment_form: {
|
building_attachment_form: {
|
||||||
category: Category.Type,
|
category: Category.Type,
|
||||||
title: "Adjacency/configuration",
|
title: "Adjacency/configuration",
|
||||||
|
Loading…
Reference in New Issue
Block a user