__( 'Displays List of Portfolio Images', 'boston-business' ), ), array(), array( 'section_title' => array( 'type' => 'text', 'label' => __( 'Enter Section Title', 'boston-business' ), ), 'members' => array( 'type' => 'repeater', 'label' => __( 'Enter Portfolio Details', 'boston-business' ), 'item_name' => __( 'Portfolio Item', 'boston-business' ), 'item_label' => array( 'selector' => "[id*='portfolio_title']", 'update_event' => 'change', 'value_method' => 'val', ), 'fields' => array( 'profile_picture' => array( 'type' => 'media', 'library' => 'image', 'label' => __( 'Image (Recommended Size: 800x600)', 'boston-business' ), 'fallback' => true, ), 'portfolio_title' => array( 'type' => 'text', 'label' => __( 'Enter Portfolio Title', 'boston-business' ), ), ), ), ) ); } function get_template_name( $instance ) { return 'default'; } } siteorigin_widget_register( 'boston-business-portfolio-gallery', __FILE__, 'Boston_Business_Portfolio_Gallery_Widget' );