@thryveai/theme-interfaces 2.8.40 → 2.8.41
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.
|
@@ -771,8 +771,8 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
771
771
|
},
|
|
772
772
|
},
|
|
773
773
|
productCard: {
|
|
774
|
-
title: "Product Card
|
|
775
|
-
description: "Configure
|
|
774
|
+
title: "Product Card V2",
|
|
775
|
+
description: "Configure layouts and settings for Product card V2",
|
|
776
776
|
type: exports.AdminTemplateInputTypes.collapsableObject,
|
|
777
777
|
value: {
|
|
778
778
|
productCards: {
|
|
@@ -785,14 +785,19 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
785
785
|
description: "",
|
|
786
786
|
type: exports.AdminTemplateInputTypes.nullObject,
|
|
787
787
|
value: {
|
|
788
|
+
enabled: {
|
|
789
|
+
title: "Enable Product card V2",
|
|
790
|
+
description: "",
|
|
791
|
+
type: exports.AdminTemplateInputTypes.checkbox,
|
|
792
|
+
},
|
|
788
793
|
layouts: {
|
|
789
794
|
title: "",
|
|
790
795
|
description: "",
|
|
791
796
|
type: exports.AdminTemplateInputTypes.collapsableObject,
|
|
792
797
|
value: {
|
|
793
798
|
ContainersGrid: {
|
|
794
|
-
title: "
|
|
795
|
-
description: "Product card used in
|
|
799
|
+
title: "Product Grid",
|
|
800
|
+
description: "Product card used in product listing pages, search results, category pages",
|
|
796
801
|
type: exports.AdminTemplateInputTypes
|
|
797
802
|
.collapsableObjectWithRadio,
|
|
798
803
|
options: [
|
|
@@ -803,7 +808,7 @@ exports.AdminSettingsTemplateSFUI = {
|
|
|
803
808
|
],
|
|
804
809
|
},
|
|
805
810
|
ContainersCarousel: {
|
|
806
|
-
title: "
|
|
811
|
+
title: "Carousels",
|
|
807
812
|
description: "Product card used in carousels and horizontal scrolling sections",
|
|
808
813
|
type: exports.AdminTemplateInputTypes
|
|
809
814
|
.collapsableObjectWithRadio,
|