From e0ceeb0d6bb5c45d344e0ee73e4a32af05d79664 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Thu, 16 Nov 2023 18:59:58 +0530 Subject: [PATCH] Update Flows.php --- includes/Flows/Flows.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index c56cc7e..4b1c1e1 100644 --- a/includes/Flows/Flows.php +++ b/includes/Flows/Flows.php @@ -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, + ), ), );