From 43a164b1bff876c562000c1cde6fd50a2c6fdbd4 Mon Sep 17 00:00:00 2001 From: okmttdhr Date: Wed, 10 Jan 2024 13:32:45 +0900 Subject: [PATCH] Enable the "Preview & Customize" button for Premium and WooCommerce themes (on production) --- config/production.json | 2 +- config/stage.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/production.json b/config/production.json index 7a57ee575f607..b987ba3adfd32 100644 --- a/config/production.json +++ b/config/production.json @@ -178,7 +178,7 @@ "subscription-management/comments-list-controls": true, "subscription-management/migrate-subscribers": true, "subscription-management-redirect-following": true, - "themes/block-theme-previews-premium-and-woo": false, + "themes/block-theme-previews-premium-and-woo": true, "themes/discovery": true, "themes/display-thank-you-page-for-bundle": true, "themes/premium": true, diff --git a/config/stage.json b/config/stage.json index 784fe96ff48c9..c7573606e7501 100644 --- a/config/stage.json +++ b/config/stage.json @@ -172,7 +172,7 @@ "subscription-management/comments-list-controls": true, "subscription-management/migrate-subscribers": true, "subscription-management-redirect-following": true, - "themes/block-theme-previews-premium-and-woo": false, + "themes/block-theme-previews-premium-and-woo": true, "themes/discovery": true, "themes/display-thank-you-page-for-bundle": true, "themes/premium": true,