Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guerreirobeatriz committed Dec 5, 2019
1 parent 46b560c commit abefafe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/README.md
Expand Up @@ -8,7 +8,7 @@ The Product Summary summarises the product informations in a given block such as

## Configuration

1. Import the `vtex.product-summary` app to your theme's dependencies in the manifest.json, for example:
1. Import the `vtex.product-summary` app to your theme's dependencies in the `manifest.json`, for example:

```json
dependencies: {
Expand Down Expand Up @@ -50,10 +50,9 @@ The Product Summary summarises the product informations in a given block such as
| `hideBuyButton` | `Boolean` | Hides the buybutton completely |
| `showCollections` | `Boolean` | Set collection badges' visibility |
| `displayMode` | `Enum` | Set display mode of product summary (normal, small, inline or inlinePrice) |
| `showQuantitySelector` | `Boolean` | Set the quantity selector visibility
|
| `priceAlignLeft` | `Boolean` | Set the price to be left aligned
| `showQuantitySelector` | `Boolean` | Set the quantity selector visibility
|
| `priceAlignLeft` | `Boolean` | Set the price to be left aligned |

#### Customization

Expand Down

0 comments on commit abefafe

Please sign in to comment.