180, 'title' => __( 'Section settings', 'bizplus' ), 'panel' => 'bizplus-home-portfolio-panel', ); /*portfolio section main page*/ $bizplus_repeated_settings_controls['bizplus-home-portfolio-main-page'] = array( 'repeated' => 1, 'bizplus-portfolio-main-pages-ids' => array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-portfolio-main-page'], ), 'control' => array( 'label' => __( 'Select Main Page', 'bizplus' ), 'description' => __( 'Select main page for portfolio section', 'bizplus' ), 'section' => 'bizplus-home-portfolio-options', 'type' => 'dropdown-pages', 'priority' => 40 ) ) ); $bizplus_settings_controls['bizplus-home-portfolio-number'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-home-portfolio-number'] ), 'control' => array( 'label' => __( 'Number Of portfolio/s', 'bizplus' ), 'section' => 'bizplus-home-portfolio-options', 'type' => 'select', 'choices' => array( 1 => __( '1', 'bizplus' ), 2 => __( '2', 'bizplus' ), 3 => __( '3', 'bizplus' ), 4 => __( '4', 'bizplus' ), 5 => __( '5', 'bizplus' ), 6 => __( '6', 'bizplus' ) ), 'priority' => 40, 'active_callback' => '' ) );