[ 'type' => 'ct-group-title', 'title' => __( 'General Options', 'blocksy' ), 'priority' => 1, ], 'layout' => [ 'title' => 'Layout', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/layout' ), ], 'color' => [ 'title' => 'Colors', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/colors' ), ], // 'typography' => [ // 'title' => 'Typography', // 'container' => [ 'priority' => 1 ], // 'options' => blocksy_get_options( 'general/typography' ), // ], 'header' => [ 'title' => 'Header', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/header' ), ], 'footer' => [ 'title' => 'Footer', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/footer' ), ], 'sidebar' => [ 'title' => 'Sidebar', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/sidebar' ), ], (defined('WP_BLOCKSY_DEBUG') && WP_BLOCKSY_DEBUG) ? [ // playground 'playground' => [ 'title' => 'Playground', 'container' => [ 'priority' => 1 ], 'options' => blocksy_get_options( 'general/playground' ), ], ] : [], blocksy_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Post types', 'blocksy' ), 'priority' => 2, ], 'blog_posts' => [ 'title' => 'Blog Posts', 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'posts/blog' ), ], 'single_blog_posts' => [ 'title' => 'Single Posts', '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', 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/page' ), ], 'author_page' => [ 'title' => 'Author Page', 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/author-page' ), ], 'search_page' => [ 'title' => 'Search Page', 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'pages/search-page' ), ], 'woocommerce' => [ 'title' => __('Shop', 'blocksy'), 'only_if_exists' => true, 'container' => [ 'priority' => 2 ], 'options' => [ 'woocomerrce_posts_test' => [ 'title' => 'Archives', 'container' => [ 'priority' => 2 ], 'options' => blocksy_get_options( 'posts/woo-categories' ), ], 'woocomerrce_single' => [ 'title' => 'Single Product', 'container' => [ 'priority' => 2 ], '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', 'container' => [ 'priority' => 6 ], 'options' => blocksy_get_options( 'engagement/social-accounts' ), ], ];