__( 'Displays Client Testimonial carousel', 'boston-business' ), ), array(), array( 'section_title' => array( 'type' => 'text', 'label' => __( 'Enter Section Title', 'boston-business' ), ), 'testimonial_repeater' => array( 'type' => 'repeater', 'label' => __( 'Enter Testimonial Details', 'boston-business' ), 'item_name' => __( 'Testimonial Item', 'boston-business' ), 'item_label' => array( 'selector' => "[id*='full_name']", 'update_event' => 'change', 'value_method' => 'val', ), 'fields' => array( 'profile_picture' => array( 'type' => 'media', 'library' => 'image', 'label' => __( 'Image', 'boston-business' ), 'fallback' => true, ), 'full_name' => array( 'type' => 'text', 'label' => __( 'Name', 'boston-business' ), ), 'testimonial_description' => array( 'type' => 'textarea', 'label' => __( 'Description', 'boston-business' ), ), 'read_more_url' => array( 'type' => 'link', 'label' => __( 'Enter Url or Select Page or Post Content to read more (If description is too long)', 'boston-business' ), ), ), ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boston-business-testimonial-slider', __FILE__, 'Boston_Business_Testimonial_Slider_Widget' );