@thryveai/theme-interfaces 2.7.108 → 2.7.109
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/interfaces/retailer-settings.interfaces.d.ts +1 -0
- package/dist/interfaces/shared-settings.interfaces.d.ts +1 -0
- package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +6 -0
- package/dist/storefront/defaultSettingsStorefront.js +1 -0
- package/dist/storefront/defaultSharedSettings.js +1 -0
- package/package.json +1 -1
|
@@ -396,6 +396,7 @@ export interface ISiteSettingsV2 {
|
|
|
396
396
|
cmsLazyLoadRows: number;
|
|
397
397
|
daysToRemainSignedIn: NumberRange<1, 999>;
|
|
398
398
|
defaultCountry: IDefaultCounty;
|
|
399
|
+
defaultLanguage: string;
|
|
399
400
|
defaultSearchParams: IDefaultSearchParams;
|
|
400
401
|
defaultShoppingMode: "pickup" | "planning" | "delivery";
|
|
401
402
|
defaultStoreLocation: IDefaultStoreLocation;
|
|
@@ -39,6 +39,12 @@ exports.AdminSharedSettingsTemplateSFUI = {
|
|
|
39
39
|
description: "Global Features for the website and app",
|
|
40
40
|
type: exports.AdminSharedTemplateInputTypes.collapsableObject,
|
|
41
41
|
value: {
|
|
42
|
+
// multilingual: {
|
|
43
|
+
// title: "Multilingual",
|
|
44
|
+
// description:
|
|
45
|
+
// "This will enable the option for customers to select their preferred language for the site.",
|
|
46
|
+
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
47
|
+
// },
|
|
42
48
|
specialRequestItems: {
|
|
43
49
|
title: "Special Request Items",
|
|
44
50
|
description: "",
|