@goldenhippo/builder-cart-schemas 0.5.0 → 0.6.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.
@@ -1321,6 +1321,14 @@ var createFeatureConfig = (gridFilterModelId) => {
1321
1321
  type: "boolean",
1322
1322
  localized: false,
1323
1323
  defaultCollapsed: true
1324
+ },
1325
+ {
1326
+ name: "cartDrawerEnabled",
1327
+ friendlyName: "Enable Cart Drawer",
1328
+ helperText: "Enable or disable the cart drawer experience for the brand",
1329
+ type: "boolean",
1330
+ localized: false,
1331
+ defaultCollapsed: true
1324
1332
  }
1325
1333
  ]
1326
1334
  };