diff --git a/includes/Patterns.php b/includes/Patterns.php index f4db8bc..694ffaa 100644 --- a/includes/Patterns.php +++ b/includes/Patterns.php @@ -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, @@ -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' ), @@ -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, @@ -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' ),