esc_html__( 'Page Banner', 'blogbit' ), 'panel' => 'db_panel_id', 'tabs' => [ 'general' => [ 'label' => esc_html__( 'General', 'blogbit' ), ], 'design' => [ 'label' => esc_html__( 'Design', 'blogbit' ), ], ], ] ); new \Kirki\Field\Text( [ 'type' => 'text', 'settings' => 'global_blog_title', 'label' => esc_html__( 'Custom Blog Page Title','blogbit'), 'section' => 'banner_section_id', 'tab' => 'general', ] ); new \Kirki\Field\Checkbox_Switch( [ 'type' => 'switch', 'settings' => 'show_breadcrumb', 'label' => esc_html__( 'Show Page Breadcrumb','blogbit'), 'section' => 'banner_section_id', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'banner_bg_color', 'label' => esc_html__( 'Banner background Color','blogbit'), 'section' => 'banner_section_id', 'tab' => 'design', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'banner_title_color', 'label' => esc_html__( 'Banner Title Color','blogbit'), 'section' => 'banner_section_id', 'tab' => 'design', ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'breadcrumb_text_color', 'label' => esc_html__( 'Breadcrumb Text Color','blogbit'), 'section' => 'banner_section_id', 'tab' => 'design', ] ); new \Kirki\Field\Image([ 'type' => 'image', 'settings' => 'banner_bg_image', 'label' => esc_html__( 'Banner Image ','blogbit'), 'description' => esc_html__( 'Upload Banner Image.','blogbit'), 'section' => 'banner_section_id', 'default' => '', 'tab' => 'general', ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'banner_page_overlay_color', 'label' => esc_html__( 'Banner Image Overlay Color','blogbit'), 'section' => 'banner_section_id', 'transport' => 'auto', 'tab' => 'design', ] ); new \Kirki\Pro\Field\Padding( [ 'settings' => 'banner_padding', 'label' => esc_html__( 'Padding Control', 'blogbit' ), 'description' => esc_html__( 'Type padding in with px','blogbit'), 'section' => 'banner_section_id', 'tab' => 'design', 'default' => [ 'padding-top' => '', 'padding-bottom' => '', ], 'transport' => 'postMessage', 'choices' => [ 'unit' => 'px', ], 'output' => [ [ 'element' => '.page-header', ], ], ] );