Add preset for cemetery=sector (#517)

Also added fields for:
* `sector:name`
* a dedicated `ref` field labeled 'Section Number'
This commit is contained in:
archpdx 2022-07-01 04:19:09 -07:00 committed by GitHub
parent 70bdfb5d11
commit 6f790960fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Section Number"
}

View file

@ -0,0 +1,6 @@
{
"key": "sector:name",
"type": "text",
"label": "Name",
"placeholder": "Dedicated name (if any)"
}