@thryveai/theme-interfaces 2.7.28 → 2.7.30
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.
|
@@ -30,6 +30,7 @@ export interface IDefaultRetailerSettings {
|
|
|
30
30
|
enableGoogleTranslate: boolean;
|
|
31
31
|
enableNewsletterSignup: boolean;
|
|
32
32
|
enableNotifications: boolean;
|
|
33
|
+
enableRecipeSearch: boolean;
|
|
33
34
|
errorLoggingLevel: ILoggingLevel;
|
|
34
35
|
externalStoreSelectorUrl: string | undefined;
|
|
35
36
|
favoritesV1: boolean;
|
|
@@ -38,6 +38,7 @@ export interface IRetailerSettings {
|
|
|
38
38
|
enableGoogleTranslate?: boolean;
|
|
39
39
|
enableNewsletterSignup?: boolean;
|
|
40
40
|
enableNotifications?: boolean;
|
|
41
|
+
enableRecipeSearch?: boolean;
|
|
41
42
|
entryModalVersion?: IEntryModalVersion;
|
|
42
43
|
hideAlcoholRule?: IShoppingRuleControl;
|
|
43
44
|
errorLoggingLevel?: ILoggingLevel;
|
|
@@ -313,6 +314,7 @@ export interface IFeaturesV2 {
|
|
|
313
314
|
enableGoogleTranslate: boolean;
|
|
314
315
|
enableNewsletterSignup: boolean;
|
|
315
316
|
enableNotifications: boolean;
|
|
317
|
+
enableRecipeSearch: boolean;
|
|
316
318
|
externalStoreSelectorUrl: {
|
|
317
319
|
enabled: boolean;
|
|
318
320
|
url: string;
|
|
@@ -468,7 +468,7 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
468
468
|
// "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Entry+Modal+Version",
|
|
469
469
|
// },
|
|
470
470
|
hideAlcoholRule: {
|
|
471
|
-
title: "
|
|
471
|
+
title: "Alcohol messaging",
|
|
472
472
|
description: "Set boolean to control if shopping rule modals appears for alcohol.",
|
|
473
473
|
type: exports.AdminTemplateInputTypes.collapsableObject,
|
|
474
474
|
value: {
|