====== Menu Liquid Drop ====== These drops represent a restaurant's menus. Menus can be accessed from any template or page by calling the ''menus'' collection or ''menu'' in the ''menu.liquid'' template. ===== menu.name ===== Returns the name of this menu. ===== menu.description ===== Returns the description for this menu. ===== menu.sections ===== Returns the collection of menu section drops for this menu. ===== menu.path ===== Returns the absolute path to this menu. ====== Menu Section Liquid Drop ====== This drops represent a menu's sections. It can be accessed from any template or page through the ''restaurant.menus'' collection or ''menu.sections'' collection in the ''menu.liquid'' template. ===== section.name ===== Returns the name of this menu section. ===== section.description ===== Returns the description for this menu section. ===== section.items ===== Returns the collection of menu item drops for this menu section. ====== Menu Item Liquid Drop ====== This drops represent a menu's items. It can be accessed from any template or page through the ''restaurant.menus'' collection or ''menu.sections'' collection in the ''menu.liquid'' template. ===== item.name ===== Returns the name of this menu item. ===== item.description ===== Returns the description for this menu item. ===== item.price ===== Returns the unformatted price for this menu item, if set. ===== item.variations ===== Returns the collection of menu item variation drops for this menu item. ====== Menu Item Variation Liquid Drop ====== This drops represent a menu's item variations. It can be accessed from any template or page through the ''restaurant.menus'' collection or ''menu.sections'' collection in the ''menu.liquid'' template. ===== variation.name ===== Returns the name of this menu item variation. ===== variation.price ===== Returns the unformatted price for this menu item variation, if set.