@goldenhippo/builder-cart-schemas 0.17.0 → 0.19.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.
@@ -1439,6 +1439,52 @@ var createFeatureConfig = (gridFilterModelId) => {
1439
1439
  type: "boolean",
1440
1440
  helperText: "When enabled, the selected frequency on an Offer Selector is calculated based on the product and quantity selected.",
1441
1441
  defaultCollapsed: false
1442
+ },
1443
+ {
1444
+ name: "recommendationConfig",
1445
+ friendlyName: "Recommendation Config",
1446
+ type: "reference",
1447
+ model: "recommendation-config",
1448
+ localized: false,
1449
+ defaultCollapsed: false,
1450
+ copyOnAdd: false,
1451
+ helperText: "Select the global recommendation config used to generate product recommendations site-wide."
1452
+ },
1453
+ {
1454
+ name: "dynamicBrowserTab",
1455
+ friendlyName: "Dynamic Browser Tab",
1456
+ type: "object",
1457
+ defaultCollapsed: true,
1458
+ helperText: "When enabled, the browser tab title blinks to a custom message after the user switches away from the tab.",
1459
+ subFields: [
1460
+ {
1461
+ name: "enabled",
1462
+ friendlyName: "Enabled",
1463
+ type: "boolean",
1464
+ required: false,
1465
+ localized: false,
1466
+ defaultCollapsed: true,
1467
+ helperText: "Turn the dynamic browser tab on or off."
1468
+ },
1469
+ {
1470
+ name: "awayTitle",
1471
+ friendlyName: "Away Title",
1472
+ type: "text",
1473
+ required: true,
1474
+ localized: true,
1475
+ defaultCollapsed: true,
1476
+ helperText: "Tab title that blinks when the user switches away from the tab. Emoji go inline here."
1477
+ },
1478
+ {
1479
+ name: "defaultTitle",
1480
+ friendlyName: "Default Title",
1481
+ type: "text",
1482
+ required: false,
1483
+ localized: true,
1484
+ defaultCollapsed: true,
1485
+ helperText: "Optional. Overrides the page title on load."
1486
+ }
1487
+ ]
1442
1488
  }
1443
1489
  ]
1444
1490
  };
@@ -1807,6 +1853,14 @@ var createPageConfig = () => {
1807
1853
  ]
1808
1854
  }
1809
1855
  ]
1856
+ },
1857
+ {
1858
+ name: "subscriptionUpgradeModuleEnabled",
1859
+ friendlyName: "Determine whether we show Subscription Upgrade Module on the cart page",
1860
+ type: "boolean",
1861
+ required: false,
1862
+ localized: true,
1863
+ defaultCollapsed: true
1810
1864
  }
1811
1865
  ]
1812
1866
  },