diff --git a/gastro.yaml b/gastro.yaml index e4f1771..6927ab7 100644 --- a/gastro.yaml +++ b/gastro.yaml @@ -59,17 +59,10 @@ filter: {{ trans('filter:type') }} type: select show_default: true - values: - - bar - - biergarten - - cafe - - fast_food - - food_court - - ice_cream - - pub - - restaurant - - canteen - - nightclub + values: | + {% for k, icon in const.type %} + + {% endfor %} valueName: | {{ tagTrans('amenity', value) }} op: 'has' @@ -243,3 +236,5 @@ const: ice_cream: '🍨' pub: '🍺' nightclub: '' + food_court: null + canteen: null