35, 'title' => __( 'Service Options', 'bizplus' ), 'panel' => 'bizplus-home-service', ); $bizplus_settings_controls['bizplus-home-service-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-title'] ), 'control' => array( 'label' => __( 'Main Title', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'text', 'priority' => 20, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-service-sub-title'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-sub-title'] ), 'control' => array( 'label' => __( 'Sub Title', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'text', 'priority' => 20, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-service-number'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-number'] ), 'control' => array( 'label' => __( 'Number of Service/s', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'select', 'choices' => array( 1 => __( '1', 'bizplus' ), 2 => __( '2', 'bizplus' ), 3 => __( '3', 'bizplus' ), ), 'priority' => 25, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-service-single-words'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-single-words'] ), 'control' => array( 'label' => __( 'Number Of Words in Single Column Content', 'bizplus' ), 'description' => __( 'If you do not have selected from - Custom', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'number', 'priority' => 30, 'input_attrs' => array( 'min' => 1, 'max' => 200), 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-service-enable-single-link'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-enable-single-link'] ), 'control' => array( 'label' => __( 'Enable Link In Single Column', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'checkbox', 'priority' => 35, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-home-service-button-link'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-service-button-link'] ), 'control' => array( 'label' => __( 'Browse All Button Link', 'bizplus' ), 'section' => 'bizplus-home-service-options', 'type' => 'url', 'priority' => 50, 'active_callback' => '' ) );