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,14 @@
{
"key": "source:population",
"type": "combo",
"label": "Population Source",
"prerequisiteTag": {
"key": "population"
},
"snake_case": false,
"caseSensitive": true,
"terms": [
"census",
"population reference"
]
}