@goldenhippo/builder-cart-schemas 0.18.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.
@@ -1449,6 +1449,42 @@ var createFeatureConfig = (gridFilterModelId) => {
1449
1449
  defaultCollapsed: false,
1450
1450
  copyOnAdd: false,
1451
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
+ ]
1452
1488
  }
1453
1489
  ]
1454
1490
  };
@@ -1817,6 +1853,14 @@ var createPageConfig = () => {
1817
1853
  ]
1818
1854
  }
1819
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
1820
1864
  }
1821
1865
  ]
1822
1866
  },