Sindbad~EG File Manager
<?php
return array(
'id' => 'deeds_footer_settings',
'title' => esc_html__( "deeds Footer Settings", "konia" ),
'fields' => array(
array(
'id' => 'footer_source_type',
'type' => 'button_set',
'title' => esc_html__( 'Footer Source Type', 'actavista' ),
'options' => array(
'd' => esc_html__( 'Default', 'actavista' ),
'e' => esc_html__( 'Elementor', 'actavista' ),
'none' => esc_html__( 'Off', 'actavista' ),
),
'default' => '',
),
array(
'id' => 'footer_elementor_template',
'type' => 'select',
'title' => __( 'Template', 'viral-buzz' ),
'data' => 'posts',
'args' => [
'post_type' => [ 'elementor_library' ],
'posts_per_page'=> -1,
],
'required' => [ 'footer_source_type', '=', 'e' ],
),
),
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists