Skip to content

Commit

Permalink
add labelListPrice to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thayannevls committed May 21, 2019
1 parent 8090ea9 commit 3d6ee39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
1 change: 1 addition & 0 deletions react/components/ProductSummaryPrice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d6ee39

Please sign in to comment.