From 2375e56203b5c3e7350e2c9bfcf787ee64ccbd6a Mon Sep 17 00:00:00 2001 From: Caroline Moore Date: Wed, 11 Sep 2024 16:18:12 -0400 Subject: [PATCH] White-labeled migration plugin: Add feature flag (#94450) * Add feature flag for enabling white-labeled plugin * Enable on wpcalypso * Disable everywhere --- config/development.json | 1 + config/horizon.json | 1 + config/production.json | 1 + config/wpcalypso.json | 1 + 4 files changed, 4 insertions(+) diff --git a/config/development.json b/config/development.json index bebbc1231b046..732a473f265f9 100644 --- a/config/development.json +++ b/config/development.json @@ -145,6 +145,7 @@ "me/account/color-scheme-picker": true, "me/vat-details": true, "migration-flow/enable-migration-assistant": true, + "migration-flow/enable-white-labeled-plugin": false, "migration-flow/introductory-offer": true, "my-sites/add-ons": true, "network-connection": true, diff --git a/config/horizon.json b/config/horizon.json index 073a7dbf52924..73ad4013bfd6d 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -92,6 +92,7 @@ "me/account/color-scheme-picker": true, "me/vat-details": true, "migration-flow/enable-migration-assistant": true, + "migration-flow/enable-white-labeled-plugin": false, "migration-flow/introductory-offer": true, "my-sites/add-ons": true, "network-connection": true, diff --git a/config/production.json b/config/production.json index e50e742130954..fb65a9b63ffde 100644 --- a/config/production.json +++ b/config/production.json @@ -119,6 +119,7 @@ "me/account/color-scheme-picker": true, "me/vat-details": true, "migration-flow/enable-migration-assistant": true, + "migration-flow/enable-white-labeled-plugin": false, "migration-flow/introductory-offer": true, "my-sites/add-ons": true, "onboarding/import": true, diff --git a/config/wpcalypso.json b/config/wpcalypso.json index 06fde27f81c28..637064d414643 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -112,6 +112,7 @@ "me/account/color-scheme-picker": true, "me/vat-details": true, "migration-flow/enable-migration-assistant": true, + "migration-flow/enable-white-labeled-plugin": false, "migration-flow/introductory-offer": true, "my-sites/add-ons": true, "network-connection": true,