'select', 'settings' => 'blog_sidebar', 'label' => esc_html__( 'Blog Sidebar','blogbit'), 'section' => 'sidebar_section_id', 'default' => 'right', 'placeholder' => esc_html__( 'Select Sidebar','blogbit'), 'priority' => 10, 'multiple' => 1, 'choices' => [ 'no' => esc_html__( 'No sidebar','blogbit'), 'left' => esc_html__( 'Left Sidebar','blogbit'), 'right' => esc_html__( 'Right Sidebar','blogbit'), ], ] ); new \Kirki\Field\Select( [ 'type' => 'select', 'settings' => 'single_sidebar', 'label' => esc_html__( 'Blog Single Sidebar','blogbit'), 'section' => 'sidebar_section_id', 'default' => 'right', 'placeholder' => esc_html__( 'Select Sidebar','blogbit'), 'priority' => 10, 'multiple' => 1, 'choices' => [ 'left' => esc_html__( 'Left Sidebar','blogbit'), 'right' => esc_html__( 'Right Sidebar','blogbit'), 'no' => esc_html__( 'No sidebar','blogbit'), ], ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'sidebar_box_bg_color', 'label' => esc_html__( 'Box Background Color','blogbit'), 'section' => 'sidebar_section_id', 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'sidebar_box_title', 'label' => esc_html__( 'Box Title Color','blogbit'), 'section' => 'sidebar_section_id', 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'sidebar_box_title', 'label' => esc_html__( 'Box Title Color','blogbit'), 'section' => 'sidebar_section_id', 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'sidebar_box_text', 'label' => esc_html__( 'Box Text/link Color','blogbit'), 'section' => 'sidebar_section_id', 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'sidebar_box_link_hover', 'label' => esc_html__( 'Box link Hover Color','blogbit'), 'section' => 'sidebar_section_id', 'priority' => 10, ] ); new \Kirki\Field\Slider( [ 'settings' => 'sidebar_box_radius', 'label' => esc_html__( 'Box Border Radius', 'blogbit' ), 'description' => esc_html__( 'Type padding in with px','blogbit'), 'section' => 'sidebar_section_id', 'default' => '', 'choices' => [ 'min' => 0, 'max' => 100, 'step' => 1, ], ] );