From 3d6ee396248d0fb95fcbecc096f27c3d0edee91c Mon Sep 17 00:00:00 2001 From: Thayanne Sousa Date: Tue, 21 May 2019 15:22:02 -0300 Subject: [PATCH] add labelListPrice to docs --- README.md | 1 + react/components/ProductSummaryPrice/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c1aca12..50702e8f 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Through the Storefront, you can change the product-summary's behavior and interf | `showBadge` | `Boolean` | Set the discount badge's visibility | | `showDescription` | `Boolean` | Set product's description visibility | | `labelSellingPrice` | `String` | Text of selling price's label | +| `labelListPrice` | `String` | Text of list price's label | | `badgeText` | `String` | Text shown on badge | | `buyButtonText` | `String` | Custom buy button text | | `displayBuyButton` | `Enum` | Set display mode of buy button (displayButtonAlways, displayButtonHover, displayButtonNone) | diff --git a/react/components/ProductSummaryPrice/README.md b/react/components/ProductSummaryPrice/README.md index b4bff0e8..ec60e77b 100644 --- a/react/components/ProductSummaryPrice/README.md +++ b/react/components/ProductSummaryPrice/README.md @@ -39,6 +39,7 @@ Through the Storefront, you can change the `ProductSummaryPrice`'s behavior and | `showInstallments` | `Boolean` | Set installments' visibility | `true` | | `showLabels` | `Boolean` | Set pricing labels' visibility | `true` | | `labelSellingPrice` | `String` | Text of selling price's label | | +| `labelListPrice` | `String` | Text of list price's label | | | `showBorders` | `Boolean` | Set product's borders visibility | `false` | ### Styles API