Skip to content

Commit

Permalink
Merge pull request #13 from newfold-labs/add/sitegen-sitelogo
Browse files Browse the repository at this point in the history
Add Keys to Store Site Generation Site Logo
  • Loading branch information
diwanshuster authored Nov 15, 2023
2 parents 1967ac6 + 33a9d7b commit 05f4977
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 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.4',
'version' => '1.0.5',

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

'sitegen' => array(),
'sitegen' => array(
'siteLogo' => array(
'id' => 0,
'url' => '',
),
),
);

/**
Expand Down

0 comments on commit 05f4977

Please sign in to comment.