__( 'Displays team member carousel', 'boston-business' ), ), array(), array( 'section_title' => array( 'type' => 'text', 'label' => __( 'Enter Team Section Title', 'boston-business' ), ), 'members' => array( 'type' => 'repeater', 'label' => __( 'Members', 'boston-business' ), 'item_name' => __( 'Member', 'boston-business' ), 'item_label' => array( 'selector' => "[id*='members-full_name']", 'update_event' => 'change', 'value_method' => 'val', ), 'fields' => array( 'profile_picture' => array( 'type' => 'media', 'library' => 'image', 'label' => __( 'Image (Recommended Size: 400x400)', 'boston-business' ), 'fallback' => true, ), 'full_name' => array( 'type' => 'text', 'label' => __( 'Name', 'boston-business' ), ), 'member_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-team', __FILE__, 'Boston_Business_Team_Widget' );