Skip to content

Commit

Permalink
Add indoor_seating
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Apr 17, 2024
1 parent 223b791 commit 0c43490
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,20 @@
<chunk id="bulk_purchase">
<combo key="bulk_purchase" text="Bulk purchase (no packaging)" values="only,yes" display_values="Only,Yes"/>
</chunk>
<chunk id="outdoor_seating">
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
</chunk>
<chunk id="indoor_seating">
<combo key="indoor_seating" text="Indoor seating" values_searchable="true">
<list_entry value="yes" display_value="Available" />
<list_entry value="bar_table" display_value="Bar table" />
<list_entry value="no" display_value="None" />
</combo>
</chunk>
<chunk id="seating">
<reference ref="indoor_seating"/>
<reference ref="outdoor_seating"/>
</chunk>
<chunk id="cuisine">
<multiselect key="cuisine" text="Cuisine" values_searchable="true" match="key">
<list_entry value="african" display_value="African" />
Expand Down Expand Up @@ -6545,7 +6559,7 @@
<reference ref="cuisine"/>
<check key="self_service" text="Self-service" disable_off="true"/>
<check key="microbrewery" text="Microbrewery" disable_off="true"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="outdoor_seating"/>
<reference ref="takeaway_with_reusable_packaging"/>
<combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" value_type="opening_hours_mixed" values_sort="false" display_values="Yes,No,Only,Mo-Su 12:00-22:00"/>
<reference ref="reservation" />
Expand All @@ -6567,7 +6581,7 @@
<key key="amenity" value="fast_food"/>
<reference ref="name_operator"/>
<reference ref="cuisine"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="takeaway_with_reusable_packaging"/>
<combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" value_type="opening_hours_mixed" values_sort="false" display_values="Yes,No,Only,Mo-Su 12:00-22:00"/>
<check key="drive_through" text="Drive through" disable_off="true"/>
Expand All @@ -6587,7 +6601,7 @@
<space/>
<key key="amenity" value="food_court"/>
<reference ref="name_operator"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="oh_wheelchair_level"/>
<reference ref="toilets_with_access"/>
<space/>
Expand All @@ -6603,7 +6617,7 @@
<key key="amenity" value="cafe"/>
<reference ref="name_operator"/>
<combo key="cuisine" text="Cuisine" values="ice_cream" display_values="Ice cream"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="takeaway_with_reusable_packaging"/>
<combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" value_type="opening_hours_mixed" values_sort="false" display_values="Yes,No,Only,Mo-Su 12:00-22:00"/>
<reference ref="oh_wheelchair_level"/>
Expand All @@ -6620,6 +6634,7 @@
<key key="amenity" value="cafe" />
<key key="cuisine" value="bubble_tea" />
<reference ref="name_operator"/>
<reference ref="seating"/>
<reference ref="oh_wheelchair_level"/>
<reference ref="toilets_with_access"/>
<space/>
Expand All @@ -6633,7 +6648,7 @@
<space/>
<key key="amenity" value="ice_cream"/>
<reference ref="name_operator"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="takeaway_with_reusable_packaging"/>
<combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" value_type="opening_hours_mixed" values_sort="false" display_values="Yes,No,Only,Mo-Su 12:00-22:00"/>
<reference ref="oh_wheelchair"/>
Expand All @@ -6651,7 +6666,7 @@
<key key="amenity" value="pub"/>
<reference ref="name_operator"/>
<check key="microbrewery" text="Microbrewery" disable_off="true"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="takeaway_with_reusable_packaging"/>
<combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" value_type="opening_hours_mixed" values_sort="false" display_values="Yes,No,Only,Mo-Su 12:00-22:00"/>
<reference ref="oh_wheelchair_level"/>
Expand All @@ -6673,6 +6688,7 @@
<key key="amenity" value="biergarten"/>
<reference ref="name_operator"/>
<check key="microbrewery" text="Microbrewery" disable_off="true"/>
<reference ref="indoor_seating"/>
<reference ref="oh_wheelchair"/>
<reference ref="toilets_with_access"/>
<space/>
Expand All @@ -6687,7 +6703,7 @@
<space/>
<key key="amenity" value="bar"/>
<reference ref="name_operator"/>
<check key="outdoor_seating" text="Outdoor seating" disable_off="true"/>
<reference ref="seating"/>
<reference ref="oh_wheelchair_level"/>
<reference ref="toilets_with_access"/>
<space/>
Expand Down Expand Up @@ -7461,6 +7477,7 @@
<reference ref="name_operator_oh_wheelchair_level"/>
<reference ref="min_age"/>
<space/>
<reference ref="seating"/>
<reference ref="internet_smoking"/>
<reference ref="lgbtq" />
<reference ref="link_contact_address_payment"/>
Expand Down Expand Up @@ -12142,6 +12159,7 @@
<key key="shop" value="laundry"/>
<reference ref="name_oh_wheelchair_level"/>
<check key="self_service" text="Self-service"/>
<reference ref="seating"/>
<check key="laundry_service" text="Laundry Service"/>
<reference ref="post_office_optional"/>
<reference ref="link_contact_address_payment"/>
Expand Down

0 comments on commit 0c43490

Please sign in to comment.