mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 14:38:00 +02:00
add highchair field to cafe,fast_food,restaurant (#280)
* add highchair field to cafe,fast_food,restaurant * Update data/fields/highchair.json Co-authored-by: Martin Raifer <martin@raifer.tech> * Rename highchair.json to high_chair.json * Rename high_chair.json to highchair.json * remove fields which don't do anything for type=check Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "highchair",
|
||||
"type": "check",
|
||||
"label": "High Chair",
|
||||
"terms": [
|
||||
"booster",
|
||||
"booster seat",
|
||||
"feeding chair",
|
||||
"kids chair"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user