@goldenhippo/builder-cart-schemas 0.9.3 → 0.10.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.
@@ -1660,6 +1660,22 @@ var createPageConfig = () => {
1660
1660
  localized: true,
1661
1661
  defaultCollapsed: true
1662
1662
  },
1663
+ {
1664
+ name: "groupCartContentsByPurchaseType",
1665
+ friendlyName: "Indicates whether cart contents should be grouped by subscription and one-time purchases",
1666
+ type: "boolean",
1667
+ required: true,
1668
+ localized: true,
1669
+ defaultCollapsed: true
1670
+ },
1671
+ {
1672
+ name: "enabledCartFrequencyToggle",
1673
+ friendlyName: "Determine whether we show a frequency toggle on the cart page and on the cart drawer",
1674
+ type: "boolean",
1675
+ required: true,
1676
+ localized: true,
1677
+ defaultCollapsed: true
1678
+ },
1663
1679
  {
1664
1680
  name: "loggedOutBannerContent",
1665
1681
  friendlyName: "Logged Out Banner Content",