@goldenhippo/builder-cart-schemas 0.9.3 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1638,6 +1638,22 @@ var createPageConfig = () => {
1638
1638
  localized: false,
1639
1639
  defaultCollapsed: true
1640
1640
  },
1641
+ {
1642
+ name: "groupCartContentsByPurchaseType",
1643
+ friendlyName: "Indicates whether cart contents should be grouped by subscription and one-time purchases",
1644
+ type: "boolean",
1645
+ required: true,
1646
+ localized: true,
1647
+ defaultCollapsed: true
1648
+ },
1649
+ {
1650
+ name: "enabledCartFrequencyToggle",
1651
+ friendlyName: "Determine whether we show a frequency toggle on the cart page and on the cart drawer",
1652
+ type: "boolean",
1653
+ required: true,
1654
+ localized: true,
1655
+ defaultCollapsed: true
1656
+ },
1641
1657
  {
1642
1658
  name: "imageContainerBGColor",
1643
1659
  friendlyName: "Background color for Image Container",