@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.
- package/dist/data/index.cjs +8 -0
- package/dist/data/index.cjs.map +1 -1
- package/dist/data/index.d.cts +1 -0
- package/dist/data/index.d.ts +1 -0
- package/dist/data/index.js +8 -0
- package/dist/data/index.js.map +1 -1
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/data/index.cjs
CHANGED
|
@@ -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
|
};
|