@thryveai/theme-interfaces 2.7.21 → 2.7.23
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.
|
@@ -165,13 +165,14 @@ export interface IFlippConfig {
|
|
|
165
165
|
useRequestedDomain: boolean;
|
|
166
166
|
}
|
|
167
167
|
export interface IFlippConfigV2 {
|
|
168
|
-
version: 2;
|
|
169
|
-
retailer: string;
|
|
170
|
-
merchantId: string;
|
|
171
168
|
accessToken: string;
|
|
172
|
-
zoom: number;
|
|
173
|
-
locale: string;
|
|
174
169
|
hideHeader: boolean;
|
|
170
|
+
locale: string;
|
|
171
|
+
merchantId: string;
|
|
172
|
+
retailer: string;
|
|
173
|
+
slideOutView: boolean;
|
|
174
|
+
version: 2;
|
|
175
|
+
zoom: number;
|
|
175
176
|
}
|
|
176
177
|
export declare type IFlippScriptUrls = "circulars.priceritemarketplace" | "circulars.dearbornmarket" | "flyers.v8.commerce.mi9cloud" | "flyers.stg.v8.mywebgrocer" | "flyers.saveonfoods";
|
|
177
178
|
export declare type IAllSettings = {
|
|
@@ -473,20 +473,20 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
473
473
|
type: exports.AdminTemplateInputTypes.collapsableObject,
|
|
474
474
|
value: {
|
|
475
475
|
pdp: {
|
|
476
|
-
title: "Disable
|
|
477
|
-
description: "
|
|
476
|
+
title: "Disable product details page messaging",
|
|
477
|
+
description: "This will hide the alcohol shopping rule messaging in the Storefront product details page for items containing alcohol.",
|
|
478
478
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
479
479
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
480
480
|
},
|
|
481
481
|
modal: {
|
|
482
482
|
title: "Disable warning modal",
|
|
483
|
-
description: "
|
|
483
|
+
description: "This will hide the alcohol shopping rule warning modal when an item containing alcohol is added to the cart.",
|
|
484
484
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
485
485
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
486
486
|
},
|
|
487
487
|
productCard: {
|
|
488
|
-
title: "Disable
|
|
489
|
-
description: "
|
|
488
|
+
title: "Disable product card messaging",
|
|
489
|
+
description: "This will hide the alcohol shopping rule messaging in the Storefront product card for items containing alcohol.",
|
|
490
490
|
type: exports.AdminTemplateInputTypes.checkbox,
|
|
491
491
|
helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
|
|
492
492
|
},
|