@thryveai/theme-interfaces 2.7.166 → 2.7.167
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.
|
@@ -797,16 +797,18 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
797
797
|
// description: "Coming Soon",
|
|
798
798
|
// type: AdminTemplateInputTypes.nullObject,
|
|
799
799
|
// },
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
800
|
+
// hide settings in relation to ticket (WYN-39462)
|
|
801
|
+
// daysToRemainSignedIn: {
|
|
802
|
+
// title: "Sign In Days",
|
|
803
|
+
// description: "Time in days to remain signed in in the app",
|
|
804
|
+
// helpLink:
|
|
805
|
+
// "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
|
|
806
|
+
// type: AdminTemplateInputTypes.inputNumber,
|
|
807
|
+
// options: {
|
|
808
|
+
// min: 1,
|
|
809
|
+
// max: 999,
|
|
810
|
+
// },
|
|
811
|
+
// },
|
|
810
812
|
defaultCountry: {
|
|
811
813
|
title: "Default country",
|
|
812
814
|
description: "Select the default country",
|