Skip to content

Commit

Permalink
Merge pull request #55 from newfold-labs/enhance/sitegen-events
Browse files Browse the repository at this point in the history
Sitegen: Analytics
  • Loading branch information
arunshenoy99 authored Feb 28, 2024
2 parents dad5dc2 + 3161cf2 commit 5b0cb1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions includes/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ final class Events {
'tagline_set' => true,
'site_title_set' => true,
'social_added' => true,
'fork_option_selected' => true,
'site_details_prompt_set' => true,
'social_connected' => true,
'homepage_selected' => true,
'homepage_regenerated' => true,
'homepage_favorited' => true,
'homepage_renamed' => true,
'sidebar_opened' => true,
'social_connect_skipped' => true,
'logo_skipped' => true,
'site_generation_time' => true,
);

/**
Expand Down

0 comments on commit 5b0cb1b

Please sign in to comment.