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