Parcel locker category change (#339)

* deprecated old vending_machine tagging for parcel lockers
* moved and updated parcel lockers presets
* removed non-english term
* removed terms referring to brands since they will be pulled from NSI anyway
* fixed missing tag
* added missing preset for dropoff only locker
* created single preset for parcel locker
* use generic "parcel locker" as title of preset
* add some additional search terms
* make description field optional again

Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
ttomasz 2022-01-10 10:55:33 +01:00 committed by GitHub
parent a0306df0ed
commit 06f9a6d3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 35 deletions

View file

@ -0,0 +1,5 @@
{
"key": "parcel_mail_in",
"type": "check",
"label": "Parcel Dropoff"
}

View file

@ -0,0 +1,12 @@
{
"key": "parcel_pickup",
"type": "check",
"label": "Parcel Pickup",
"strings": {
"options": {
"undefined": "Assumed to be Yes",
"yes": "Yes",
"no": "No"
}
}
}