[ 'type' => 'ct-group-title', 'title' => __( 'General Options', 'ct' ), 'priority' => 1, ], 'layout' => [ 'title' => 'Layout', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/layout' ), ], 'color' => [ 'title' => 'Colors', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/colors' ), ], // 'typography' => [ // 'title' => 'Typography', // 'container' => [ 'priority' => 1 ], // 'options' => ct_get_options( 'general/typography' ), // ], 'header' => [ 'title' => 'Header', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/header' ), ], 'footer' => [ 'title' => 'Footer', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/footer' ), ], 'sidebar' => [ 'title' => 'Sidebar', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/sidebar' ), ], 'hero' => [ 'title' => 'Hero Section', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/hero' ), ], // playground 'playground' => [ 'title' => 'Playground', 'container' => [ 'priority' => 1 ], 'options' => ct_get_options( 'general/playground' ), ], ct_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Post types', 'ct' ), 'priority' => 2, ], 'blog_posts' => [ 'title' => 'Blog Posts', 'container' => [ 'priority' => 2 ], 'options' => ct_get_options( 'posts/blog' ), ], 'single_blog_posts' => [ 'title' => 'Single Posts', 'container' => [ 'priority' => 2, 'type' => 'child', ], 'options' => ct_get_options( 'posts/post' ), ], ct_rand_md5() => [ 'type' => 'ct-group-title', 'kind' => 'divider', 'priority' => 2, ], 'single_pages' => [ 'title' => 'Pages', 'container' => [ 'priority' => 2 ], 'options' => ct_get_options( 'pages/page' ), ], 'author_page' => [ 'title' => 'Author Page', 'container' => [ 'priority' => 2 ], 'options' => ct_get_options( 'pages/author-page' ), ], ct_rand_md5() => [ 'type' => 'ct-group-title', 'title' => __( 'Visitor Engagement', 'ct' ), 'priority' => 2, ], 'social_accounts' => [ 'title' => 'Social Network Accounts', 'container' => [ 'priority' => 2 ], 'options' => ct_get_options( 'engagement/social-accounts' ), ], 'integrations' => [ 'title' => 'Integrations', 'container' => [ 'priority' => 2 ], 'options' => ct_get_options( 'engagement/integrations' ), ], ];