Add Population Date and Population Source fields (#261)

* Added Population Date and Population Source fields

* drop icon

Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
Minh Nguyễn 2022-10-14 09:00:29 -07:00 committed by GitHub
parent 130e5dd756
commit 1b29e3b965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 62 additions and 9 deletions

View file

@ -0,0 +1,12 @@
{
"key": "population:date",
"type": "text",
"label": "Population Date",
"placeholder": "YYYY-MM-DD",
"prerequisiteTag": {
"key": "population"
},
"terms": [
"census date"
]
}