Skip to content

Commit

Permalink
Merge pull request #95 from newfold-labs/fix/multilingual-event-values
Browse files Browse the repository at this point in the history
Add keys to `site-pages`
  • Loading branch information
officiallygod authored Jun 14, 2024
2 parents 16b5222 + 46f4b97 commit 4e4abbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ protected static function get_theme_step_patterns() {
),
'site-pages' => array(
'company-page' => array(
'key' => 'about',
'active' => true,
'title' => __( 'About', 'wp-module-onboarding-data' ),
'selected' => true,
Expand All @@ -96,6 +97,7 @@ protected static function get_theme_step_patterns() {
'wonder_blocks' => 'about-4',
),
'contact-us' => array(
'key' => 'contact',
'active' => true,
'selected' => true,
'title' => __( 'Contact', 'wp-module-onboarding-data' ),
Expand All @@ -104,6 +106,7 @@ protected static function get_theme_step_patterns() {
'wonder_blocks' => 'contact-4',
),
'testimonials-page' => array(
'key' => 'testimonials',
'active' => true,
'title' => __( 'Testimonials', 'wp-module-onboarding-data' ),
'selected' => false,
Expand All @@ -112,6 +115,7 @@ protected static function get_theme_step_patterns() {
'wonder_blocks' => 'testimonials-template-2',
),
'blog-page' => array(
'key' => 'blog',
'active' => true,
'selected' => true,
'title' => __( 'Blog', 'wp-module-onboarding-data' ),
Expand Down

0 comments on commit 4e4abbf

Please sign in to comment.