__( ' Slider Image Options', 'bittumb' ), 'post_type' => 'post', 'post_formats' => 'gallery' ) ); CSF::createSection( $prefix, array( 'fields' => array( array( 'id' => 'btm_slider', 'type' => 'repeater', 'title' => __( 'Slider Images', 'bittumb' ), 'desc' => __( 'Add images to create a slider','bittumb' ), 'button_title' => __( 'Add Slider Image', 'bittumb' ), 'fields' => array( array( 'id' => 'btm_single_slide', 'type' => 'upload', 'title' => __( 'Slider Image', 'bittumb' ), ) ) ), ) ) ); }