esc_html__( 'Blog & Archive Post Settings', 'author-personal-blog' ), 'panel' => 'author_personal_blog_global_panel', ) ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'blog_section_title_on_off', 'label' => esc_html__( 'Section Title On//Off', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '0', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'text', 'settings' => 'blog_section_title', 'label' => esc_html__( 'Section Title', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => __('Latest Articles', 'author-personal-blog'), ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'color', 'settings' => 'articles_section_title_border_color', 'label' => __( 'Border Color', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => 'rgba(0, 0, 0, 0.3)', 'choices' => [ 'alpha' => true, ], 'transport' => 'auto', 'output' => array( array( 'element' => '.blog-section-title-wrapper .section-title-inner:before', 'property' => 'border-color', ), array( 'element' => '.blog-section-title-wrapper .section-title-inner:after', 'property' => 'border-color', ), ), ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'switch', 'settings' => 'active_masonry_layout', 'label' => esc_html__( 'Activate Masonry Layout', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', 'choices' => [ 'on' => esc_html__( 'Activate', 'author-personal-blog' ), 'off' => esc_html__( 'Deactivate', 'author-personal-blog' ) ] ] ); Kirki::add_field( 'rs_personal_blog_config', array( 'type' => 'custom', 'settings' => 'sep_after_post_column', 'label' => '', 'section' => 'blog_and_archive_post_section', 'default' => '