diff --git a/includes/Brands.php b/includes/Brands.php index 5f78ac2..8adab6f 100644 --- a/includes/Brands.php +++ b/includes/Brands.php @@ -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, ), ), @@ -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, ), ), @@ -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, ), ), @@ -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, @@ -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 ), + ), + ), ), ), ),