mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add field 'website:menu' (#803)
* Add "website/menu" in sustenance amenity moreFields section
This commit is contained in:
parent
a9c6c0a63b
commit
69fd387ef2
9 changed files with 28 additions and 1 deletions
13
data/fields/website/menu.json
Normal file
13
data/fields/website/menu.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "website:menu",
|
||||
"type": "url",
|
||||
"placeholder": "https://example.com",
|
||||
"label": "Menu Link",
|
||||
"terms": [
|
||||
"online menu",
|
||||
"menu uri",
|
||||
"menu url",
|
||||
"website menu",
|
||||
"menu"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue