Skip to content

Commit

Permalink
White-labeled migration plugin: Add feature flag (#94450)
Browse files Browse the repository at this point in the history
* Add feature flag for enabling white-labeled plugin

* Enable on wpcalypso

* Disable everywhere
  • Loading branch information
sixhours authored Sep 11, 2024
1 parent de237e5 commit 2375e56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/wpcalypso.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2375e56

Please sign in to comment.