Allow adding extra tags

This commit is contained in:
Robin van der Linde 2024-04-29 01:07:02 +02:00
parent 8332650ea3
commit 943db6b02d
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
13 changed files with 57 additions and 70 deletions

View file

@ -24,6 +24,10 @@ export default class NameSuggestionIndexValidator extends Validator {
"main",
"The main tag to give suggestions for, e.g. `amenity=restaurant`.",
],
[
"addExtraTags",
"Extra tags to add to the suggestions, e.g. `nobrand=yes`.",
],
]
),
]),