@thryveai/theme-interfaces 2.7.38 → 2.7.39
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.
|
@@ -201,7 +201,6 @@ export declare type IAdvertsData = {
|
|
|
201
201
|
[screen in IScreenType]?: string;
|
|
202
202
|
};
|
|
203
203
|
export declare type IAdvertSettings = {
|
|
204
|
-
useAdsV1: boolean;
|
|
205
204
|
page_homepage?: IAdvertLeaderboards;
|
|
206
205
|
page_search?: IAdvertLeaderboards & IAdvertProductGrid & IAdvertSkyScrapers;
|
|
207
206
|
page_cart?: IAdvertLeaderboards & IAdvertSkyScrapers;
|
|
@@ -387,6 +386,7 @@ export interface ISiteSettingsV2 {
|
|
|
387
386
|
useContentEngineV2Components: IUseContentEngineV2Components;
|
|
388
387
|
isLegacyProductURL: boolean;
|
|
389
388
|
headerLinks: IHeaderLinksLayout;
|
|
389
|
+
useAdsV1: boolean;
|
|
390
390
|
}
|
|
391
391
|
export interface IHeaderLinksLayout {
|
|
392
392
|
enabled: boolean;
|
|
@@ -83,9 +83,7 @@ var DefaultConfigSFUI = {
|
|
|
83
83
|
creditBalance: false,
|
|
84
84
|
subscriptions: false,
|
|
85
85
|
addressIntegrationV2: false,
|
|
86
|
-
advertSettings: {
|
|
87
|
-
useAdsV1: false,
|
|
88
|
-
},
|
|
86
|
+
advertSettings: {},
|
|
89
87
|
allowInStorePurchases: false,
|
|
90
88
|
allowPastPurchases: true,
|
|
91
89
|
clientCache: false,
|
|
@@ -233,6 +231,7 @@ var DefaultConfigSFUI = {
|
|
|
233
231
|
productCardTitleHeight: 40,
|
|
234
232
|
},
|
|
235
233
|
siteSettings: {
|
|
234
|
+
useAdsV1: false,
|
|
236
235
|
clientSideOrderModify: true,
|
|
237
236
|
anonymousCart: false,
|
|
238
237
|
ctaButtons: null,
|