esc_html__('404','babyme'), 'id' => 'fourzerofour-section', 'icon' => 'el-icon-error', 'desc' => esc_html__('This section contains options for 404.','babyme'), 'fields'=> array( array( 'id' => 'iq_404_banner_image', 'type' => 'media', 'url' => true, 'title' => esc_html__( '404 Page Default Banner Image','babyme'), 'read-only'=> false, 'default' => array( 'url' => get_template_directory_uri() .'/assets/images/backend/404.png' ), 'subtitle' => esc_html__( 'Upload banner image for your Website. Otherwise blank field will be displayed in place of this section.','babyme'), ), array( 'id' => 'iq_fourzerofour_title', 'type' => 'text', 'title' => esc_html__( '404 Page Title','babyme'), 'default' => esc_html__( 'Oops! This Page is Not Found.','babyme' ) ), array( 'id' => 'iq_four_description', 'type' => 'textarea', 'title' => esc_html__( '404 Page Description','babyme'), 'default' => esc_html__( 'The requested page does not exist.','babyme' ) ), )) );