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