__( 'Displays List of Features', 'boston-business' ), ), array(), array( 'section_title' => array( 'type' => 'text', 'label' => __( 'Enter Section Title', 'boston-business' ), ), 'main_services_repeater' => array( 'type' => 'repeater', 'label' => __( 'Enter Features Details.', 'boston-business' ), 'item_name' => __( 'Features Item', 'boston-business' ), 'item_label' => array( 'selector' => "[id*='services-title']", 'update_event' => 'change', 'value_method' => 'val', ), 'fields' => array( 'icon' => array( 'type' => 'icon', 'label' => __( 'Select Icon', 'boston-business' ), ), 'service_title' => array( 'type' => 'text', 'label' => __( 'Enter Title', 'boston-business' ), ), 'service_description' => array( 'type' => 'textarea', 'label' => __( 'Enter Description', 'boston-business' ), ), 'read_more_text' => array( 'type' => 'text', 'label' => __( 'Enter Read More Link Text', '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-services', __FILE__, 'Boston_Business_Services_Widget' );