@goldenhippo/builder-cart-schemas 0.17.0 → 0.18.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 +10 -0
- package/dist/data/index.cjs.map +1 -1
- package/dist/data/index.d.cts +18 -17
- package/dist/data/index.d.ts +18 -17
- package/dist/data/index.js +10 -0
- package/dist/data/index.js.map +1 -1
- package/dist/index.cjs +23 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +23 -5
- package/dist/index.js.map +1 -1
- package/dist/utils/index.cjs +13 -5
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +2 -1
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/index.js +13 -5
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
package/dist/data/index.cjs
CHANGED
|
@@ -1439,6 +1439,16 @@ 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."
|
|
1442
1452
|
}
|
|
1443
1453
|
]
|
|
1444
1454
|
};
|