CaWidgetProductList
Widget displaying a product list 
SASS-path: ./styles/components/molecules/ca-widget-product-list.scss
Props
| Name | Description | Type | Required | Default | 
|---|
| configuration | Widget configuration object | Object | true | - | 
Computed
| Computed | Type | Description | From Store | 
|---|
| take | Number | How many products to take | No | 
| loadMoreQueryVars | Object | Returns the variable object for loading more products | No | 
| isLatestMode | Object | Is widget on latest products mode | No | 
| isFavoriteMode | Object | Is widget on favorite products mode | No | 
| isTitleVisible | Object | Is title visible | No | 
| latestProducts | Object | Latest visible products (need only in latest mode) | No | 
| favoritesProducts | Object | Latest visible products (need only in favorite mode) | No | 
| productVars | Object | Variables in product request | No | 
MixIns
| MixIn | 
|---|
| MixApolloRefetch | 
| MixListPagination |