Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/metabox/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/metabox/header.php

<?php

return array(
	'id'     => 'deeds_header_settings',
	'title'  => esc_html__( "deeds Header Settings", "konia" ),
	'fields' => array(
		array(
			'id'      => 'header_source_type',
			'type'    => 'button_set',
			'title'   => esc_html__( 'Header Source Type', 'actavista' ),
			'options' => array(
				'd' => esc_html__( 'Default', 'actavista' ),
				'e' => esc_html__( 'Elementor', 'actavista' ),
			),
			'default'=> '',
		),
		array(
			'id'       => 'header_new_elementor_template',
			'type'     => 'select',
			'title'    => __( 'Template', 'deeds-plugin' ),
			'data'     => 'posts',
			'args'     => [
				'post_type' => [ 'elementor_library' ],
				'posts_per_page' => -1,
				'orderby'  => 'title',
				'order'     => 'DESC'
			],
			'required' => [ 'header_source_type', '=', 'e' ],
		),
		array(
			'id'       => 'header_type',
			'type'     => 'image_select',
			'title'    => esc_html__( 'Header Type', 'actavista' ),
			'options'  => array(
				'1' => array(
					'alt' => 'Header 1',
					'img' => get_template_directory_uri() . '/assets/images/header1.jpg',
				),
				'2' => array(
					'alt' => 'Header 2',
					'img' => get_template_directory_uri() . '/assets/images/header2.jpg',
				),
				'3' => array(
					'alt' => 'Header 3',
					'img' => get_template_directory_uri() . '/assets/images/header3.jpg',
				),
			),
			'required' => array( array( 'header_source_type', 'equals', 'd' ) ),
		),
	),
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists