%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/fauxis/includes/resource/options/404_setting.php
<?php

return array(
	'title'      => esc_html__( '404 Page Settings', 'fauxis' ),
	'id'         => '404_setting',
	'desc'       => '',
	'subsection' => true,
	'fields'     => array(
		array(
			'id'      => '404_source_type',
			'type'    => 'button_set',
			'title'   => esc_html__( '404 Source Type', 'fauxis' ),
			'options' => array(
				'd' => esc_html__( 'Default', 'fauxis' ),
				'e' => esc_html__( 'Elementor', 'fauxis' ),
			),
			'default' => 'd',
		),
		array(
			'id'       => '404_elementor_template',
			'type'     => 'select',
			'title'    => __( 'Template', 'fauxis' ),
			'data'     => 'posts',
			'args'     => [
				'post_type' => [ 'elementor_library' ],
			],
			'required' => [ '404_source_type', '=', 'e' ],
		),
		array(
			'id'       => '404_default_st',
			'type'     => 'section',
			'title'    => esc_html__( '404 Default', 'fauxis' ),
			'indent'   => true,
			'required' => [ '404_source_type', '=', 'd' ],
		),
		array(
			'id'      => '404_page_banner',
			'type'    => 'switch',
			'title'   => esc_html__( 'Show Banner', 'fauxis' ),
			'default' => true,
		),
		array(
			'id'       => '404_banner_title',
			'type'     => 'text',
			'title'    => esc_html__( 'Banner Section Title', 'fauxis' ),
			'required' => array( '404_page_banner', '=', true ),
		),
		array(
			'id'       => '404_page_background',
			'type'     => 'media',
			'url'      => true,
			'title'    => esc_html__( 'Background Image', 'fauxis' ),
			'default'  => '',
			'required' => array( '404_page_banner', '=', true ),
		),
		/*
		array(
			'id'       => 'error_page_image',
			'type'     => 'media',
			'url'      => true,
			'title'    => esc_html__( 'Error Page Image', 'fauxis' ),
		),
		*/
		array(
			'id'    => 'error_page_title',
			'type'  => 'textarea',
			'title' => esc_html__( 'Error Title', 'fauxis' ),
		),
		array(
			'id'    => 'error_page_text',
			'type'  => 'textarea',
			'title' => esc_html__( 'Error Page Description', 'fauxis' ),
		),
		array(
			'id'    => 'error_page_text1',
			'type'  => 'textarea',
			'title' => esc_html__( 'Error Text', 'fauxis' ),
		),
		
		
		array(
			'id'       => 'back_home_btn_label',
			'type'     => 'text',
			'title'    => esc_html__( 'Button Label', 'fauxis' ),
			'default'  => esc_html__( 'Back To Home Page', 'fauxis' ),
			
		),
		array(
			'id'     => '404_post_settings_end',
			'type'   => 'section',
			'indent' => false,
		),
	),
);