From 46f4b97eb9a3e470d818ce5a077035cef80b117f Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Thu, 6 Jun 2024 19:53:57 +0530 Subject: [PATCH] Add keys to site-pages --- includes/Patterns.php | 4 ++++ 1 file changed, 4 insertions(+) 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' ),