'select', 'settings' => 'page_sidebar', 'label' => esc_html__( 'Page 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' => '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'), ], ] );