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 18:00:29 +02:00
committed by GitHub
co-authored by Martin Raifer
parent 130e5dd756
commit 1b29e3b965
12 changed files with 62 additions and 9 deletions
+14
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"
]
}