Skip to content

Commit 58c6fb9

Browse files
committed
fix(cp): STRF-5614 Add enhanced_ecommerce to theme config schema.
1 parent da9b829 commit 58c6fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/themeConfig.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"type": "array",
3535
"items": {
3636
"type": "string",
37-
"enum": ["fully_responsive", "mega_navigation", "multi_tiered_sidebar_menu", "masonry_design", "frontpage_slideshow", "quick_add_to_cart", "switchable_product_view", "product_comparison_table", "complex_search_filtering", "customizable_product_selector", "cart_suggested_products", "free_customer_support", "free_theme_upgrades", "high_res_product_images", "product_filtering", "advanced_quick_view", "product_showcase", "persistent_cart", "one_page_check_out", "customized_checkout", "product_videos", "google_amp", "pixel_pop", "account_payment_methods"]
37+
"enum": ["fully_responsive", "mega_navigation", "multi_tiered_sidebar_menu", "masonry_design", "frontpage_slideshow", "quick_add_to_cart", "switchable_product_view", "product_comparison_table", "complex_search_filtering", "customizable_product_selector", "cart_suggested_products", "free_customer_support", "free_theme_upgrades", "high_res_product_images", "product_filtering", "advanced_quick_view", "product_showcase", "persistent_cart", "one_page_check_out", "customized_checkout", "product_videos", "google_amp", "pixel_pop", "account_payment_methods", "enhanced_ecommerce"]
3838
},
3939
"uniqueItems": true,
4040
"minItems": 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/stencil-cli",
3-
"version": "1.15.3",
3+
"version": "1.15.4",
44
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)