forked from MapComplete/MapComplete
Allow adding extra tags
This commit is contained in:
parent
8332650ea3
commit
943db6b02d
13 changed files with 57 additions and 70 deletions
|
@ -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`.",
|
||||
],
|
||||
]
|
||||
),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue