Skip to content

Commit

Permalink
Merge pull request #14 from newfold-labs/add-data-for-sitegen-exp-and…
Browse files Browse the repository at this point in the history
…-customer

Add data for Sitegen ( Customer Details and Experience )
  • Loading branch information
officiallygod authored Nov 22, 2023
2 parents 05f4977 + e0ceeb0 commit 7cb3b2f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,19 @@ final class Flows {
),

'sitegen' => array(
'siteLogo' => array(
'siteDetails' => array(
'name' => '',
'type' => '',
'style' => '',
'prompt' => '',
),
'siteLogo' => array(
'id' => 0,
'url' => '',
),
'experience' => array(
'level' => 0,
),
),
);

Expand Down

0 comments on commit 7cb3b2f

Please sign in to comment.