esc_html__( 'Job Options', 'bizmax' ), 'id' => 'job_options', 'icon' => 'fa fa-th', 'fields' => array( array( 'id' => 'job_default_layout', 'type' => 'select', 'title' => esc_html__( 'Job 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' => 'right-sidebar', 'desc' => esc_html__( 'Select job layout.', 'bizmax' ), ), array( 'id' => 'job_default_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'bizmax' ), 'options' => 'bizmax_sidebars', 'default' => 'bizmax-job-sidebar', 'dependency' => array( 'job_default_layout', '!=', 'full-width' ), 'desc' => esc_html__( 'Select default sidebar for all job. You can override this settings on individual job settings.', 'bizmax' ), ), array( 'id' => 'job_url_slug', 'type' => 'text', 'default' => 'job', 'title' => esc_html__( 'URL Slug', 'bizmax' ), 'desc' => esc_html__( 'Change job slug on URL. Don\'t forget to reset permalink after change this.', 'bizmax' ), ), ) ) );