[ 'type' => 'ct-group-title', 'title' => __( 'General Options', 'blocksy' ), 'priority' => 1, ], 'layout' => [ 'title' => __( 'Layout', 'blocksy' ), 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/layout' ), ], 'color' => [ 'title' => __( 'Colors', 'blocksy' ), 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/colors' ), ], 'header' => [ 'title' => __( 'Header', 'blocksy' ), 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/header' ), ], 'footer' => [ 'title' => __( 'Footer', 'blocksy' ), 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/footer' ), ], 'sidebar' => [ 'title' => __( 'Sidebar', 'blocksy' ), 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/sidebar' ), ], blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Post types', 'blocksy' ), 'priority' => 2, ], 'blog_posts' => [ 'title' => __( 'Blog Posts', 'blocksy' ), 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'posts/blog' ), ], 'single_blog_posts' => [ 'title' => __( 'Single Posts', 'blocksy' ), 'container' => [ 'priority' => 2, 'type' => 'child', ], 'options' => blocksy_get_options( 'posts/post' ), ], 'archive_blog_posts_test' => [ 'title' => __('Categories', 'blocksy'), 'container' => [ 'priority' => 2, 'type' => 'child', ], 'options' => blocksy_get_options( 'posts/categories' ), ], blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'kind' => 'divider', 'priority' => 2, ], 'single_pages' => [ 'title' => __( 'Pages', 'blocksy' ), 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/page' ), ], 'author_page' => [ 'title' => __( 'Author Page', 'blocksy' ), 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/author-page' ), ], 'search_page' => [ 'title' => __( 'Search Page', 'blocksy' ), 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/search-page' ), ], ], function_exists('is_shop') ? [ 'woocommerce' => [ 'title' => __('Shop', 'blocksy'), 'only_if_exists' => true, 'container' => [ 'priority' => 2 ], 'options' => [ 'woocomerrce_posts_test' => [ 'title' => __( 'Archives', 'blocksy' ), 'container' => [ 'priority' => 2 ], // 'only_if_exists' => true, 'options' => blocksy_get_options( 'posts/woo-categories' ), ], 'woocomerrce_single' => [ 'title' => __( 'Single Product', 'blocksy' ), 'container' => [ 'priority' => 2 ], // 'only_if_exists' => true, 'options' => blocksy_get_options( 'posts/woo-single' ), ], ] ], ] : [], [ blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Visitor Engagement', 'blocksy' ), 'priority' => 6, ], 'general_visitor_engagement' => [ 'title' => __('General', 'blocksy'), 'container' => [ 'priority' => 6 ], 'options' => blocksy_get_options( 'engagement/general' ), ], 'social_accounts' => [ 'title' => __( 'Social Network Accounts', 'blocksy' ), 'container' => [ 'priority' => 6 ], 'options' => blocksy_get_options( 'engagement/social-accounts' ), ], ], [ blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Miscellaneous', 'blocksy' ), 'priority' => 7, ], 'misc_general' => [ 'title' => __('General', 'blocksy'), 'container' => [ 'priority' => 7 ], 'options' => blocksy_get_options( 'miscellaneous/misc_general' ), ], 'pagination' => [ 'title' => __('Pagination', 'blocksy'), 'container' => [ 'priority' => 7 ], 'options' => blocksy_get_options( 'miscellaneous/pagination' ), ], 'forms' => [ 'title' => __('Form Elements', 'blocksy'), 'container' => [ 'priority' => 7 ], 'options' => blocksy_get_options( 'miscellaneous/forms' ), ], ], apply_filters( 'blocksy_misc_end_section_customizer_options', [] ), empty($extensions_options) ? [] : [ blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Extensions', 'blocksy' ), 'priority' => 7, ], ], $extensions_options ];