Skip to content

Commit

Permalink
Add SiteGen flow brand wise
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Nov 7, 2023
1 parent 4735ce9 commit e31c024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions includes/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
'sitegen' => true,
),
'wonder_blocks' => true,
'prioritization' => false,
Expand Down Expand Up @@ -165,6 +166,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => false,
'sitegen' => false,
),
'wonder_blocks' => true,
'prioritization' => false,
Expand Down Expand Up @@ -225,6 +227,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => false,
'wp-setup' => false,
'sitegen' => false,
),
'wonder_blocks' => true,
'prioritization' => false,
Expand Down Expand Up @@ -285,6 +288,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
'sitegen' => false,
),
'wonder_blocks' => true,
'prioritization' => false,
Expand Down Expand Up @@ -352,6 +356,7 @@ public static function get_brands() {
'enabled_flows' => array(
'ecommerce' => true,
'wp-setup' => true,
'sitegen' => false,
),
'wonder_blocks' => true,
'prioritization' => false,
Expand Down
4 changes: 3 additions & 1 deletion includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Flows {
* @var array
*/
protected static $data = array(
'version' => '1.0.3',
'version' => '1.0.4',

// Each time step is viewed, insert GMT timestamp to array.
'isViewed' => array(),
Expand Down Expand Up @@ -132,6 +132,8 @@ final class Flows {
'product_types' => array(),
),
),

'siteGen' => array(),
);

/**
Expand Down

0 comments on commit e31c024

Please sign in to comment.