@thryveai/theme-interfaces 2.7.183 → 2.7.184
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.
|
@@ -13,6 +13,7 @@ export interface IMobileSettings {
|
|
|
13
13
|
enableCircularsForCorporateStore: boolean;
|
|
14
14
|
enableCompactHeader: boolean;
|
|
15
15
|
enableCouponRecommendedTag: boolean;
|
|
16
|
+
enableCouponGalleryDetailsCardV2: boolean;
|
|
16
17
|
enableDeleteAccount: boolean;
|
|
17
18
|
enableEarlyTimeSlotSelection: boolean;
|
|
18
19
|
enableFirstIntentModal: boolean;
|
|
@@ -6,6 +6,7 @@ exports.MobileDefaultSettings = {
|
|
|
6
6
|
enableCircularsForCorporateStore: false,
|
|
7
7
|
enableCouponRecommendedTag: true,
|
|
8
8
|
enableDeleteAccount: true,
|
|
9
|
+
enableCouponGalleryDetailsCardV2: false,
|
|
9
10
|
enableEarlyTimeSlotSelection: false,
|
|
10
11
|
enableFirstIntentModal: false,
|
|
11
12
|
enableGetDeliveryMoreStores: false,
|
|
@@ -96,6 +96,12 @@ exports.AdminSettingsTemplateMobile = {
|
|
|
96
96
|
helpLink: "",
|
|
97
97
|
type: "checkbox",
|
|
98
98
|
},
|
|
99
|
+
enableCouponGalleryDetailsCardV2: {
|
|
100
|
+
description: "Should show Coupon Gallery details card V2?",
|
|
101
|
+
title: "Enable Coupon Gallery details card V2",
|
|
102
|
+
helpLink: "",
|
|
103
|
+
type: "checkbox",
|
|
104
|
+
},
|
|
99
105
|
},
|
|
100
106
|
type: "collapsableObject",
|
|
101
107
|
},
|