From 58c6fb9e2ce5fef55068a9dd41b8e5206f51a8c2 Mon Sep 17 00:00:00 2001 From: Paul Morales Date: Fri, 2 Nov 2018 14:36:51 -0700 Subject: [PATCH] fix(cp): STRF-5614 Add enhanced_ecommerce to theme config schema. --- lib/themeConfig.schema.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/themeConfig.schema.json b/lib/themeConfig.schema.json index a225241a..d2e7da36 100644 --- a/lib/themeConfig.schema.json +++ b/lib/themeConfig.schema.json @@ -34,7 +34,7 @@ "type": "array", "items": { "type": "string", - "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"] + "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"] }, "uniqueItems": true, "minItems": 1 diff --git a/package.json b/package.json index f8e164fc..4ae31a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "1.15.3", + "version": "1.15.4", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {