Skip to content

Commit

Permalink
Merge pull request #8 from newfold-labs/update/onboarding-sidebar
Browse files Browse the repository at this point in the history
Add brand config to filter out irrelevant data for Hostgator
  • Loading branch information
arunshenoy99 authored Oct 17, 2023
2 parents 6c8cef5 + b328962 commit ee9f3cb
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions includes/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ public static function get_brands() {
: 'https://my.bluehost.com/cgi/services/migration',
),
'config' => array(
'enabled_flows' => array(
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
),
'wonder_blocks' => true,
'wonder_blocks' => true,
'prioritization' => false,
),
),
Expand Down Expand Up @@ -162,11 +162,11 @@ public static function get_brands() {
),
'migrationInfo' => array(),
'config' => array(
'enabled_flows' => array(
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => false,
),
'wonder_blocks' => true,
'wonder_blocks' => true,
'prioritization' => false,
),
),
Expand Down Expand Up @@ -222,11 +222,11 @@ public static function get_brands() {
),
'migrationInfo' => array(),
'config' => array(
'enabled_flows' => array(
'enabled_flows' => array(
'ecommerce' => false,
'wp-setup' => false,
),
'wonder_blocks' => true,
'wonder_blocks' => true,
'prioritization' => false,
),
),
Expand Down Expand Up @@ -282,13 +282,13 @@ public static function get_brands() {
),
'migrationInfo' => array(),
'config' => array(
'enabled_flows' => array(
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
),
'wonder_blocks' => true,
'wonder_blocks' => true,
'prioritization' => false,
'views' => array(
'views' => array(
'sidebar' => array(
'illustration' => array(
'shown' => false,
Expand Down Expand Up @@ -349,17 +349,28 @@ public static function get_brands() {
),
'migrationInfo' => array(),
'config' => array(
'enabled_flows' => array(
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
),
'wonder_blocks' => true,
'wonder_blocks' => true,
'prioritization' => false,
'views' => array(
'views' => array(
'sidebar' => array(
'illustration' => array(
'shown' => false,
),
'experts' => array(
'shown' => false,
),
'fullService' => array(
'shown' => false,
),
'infoPanel' => array(
'headingWithDescriptions' => array(
'shown' => array( 0 ),
),
),
),
),
),
Expand Down

0 comments on commit ee9f3cb

Please sign in to comment.