esc_html__( 'Team Options', 'bizmax' ), 'id' => 'team_options', 'icon' => 'fa fa-users', 'fields' => array( array( 'id' => 'team_default_layout', 'type' => 'select', 'title' => esc_html__( 'Team Layout', 'bizmax' ), 'options' => array( 'full-width' => esc_html__( 'Full Width', 'bizmax' ), 'left-sidebar' => esc_html__( 'Left Sidebar', 'bizmax' ), 'right-sidebar' => esc_html__( 'Right Sidebar', 'bizmax' ), ), 'default' => 'full-width', 'desc' => esc_html__( 'Select team layout.', 'bizmax' ), ), array( 'id' => 'team_default_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'bizmax' ), 'options' => 'bizmax_sidebars', 'default' => 'bizmax-team-sidebar', 'dependency' => array( 'team_default_layout', '!=', 'full-width' ), 'desc' => esc_html__( 'Select default sidebar for all team members. You can override this settings on individual team member.', 'bizmax' ), ), array( 'id' => 'team_url_slug', 'type' => 'text', 'default' => 'team', 'title' => esc_html__( 'URL Slug', 'bizmax' ), 'desc' => esc_html__( 'Change team slug on URL. Don\'t forget to reset permalink after change this.', 'bizmax' ), ), ) ) );