Sindbad~EG File Manager
<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
* customizer option: general
*/
$options =[
'footer_settings' => [
'title' => esc_html__( 'Footer settings', 'turitor' ),
'options' => [
'footer_style' => array(
'type' => 'multi-picker',
'label' => false,
'desc' => false,
'picker' => array(
'style' => array(
'label' => esc_html__( 'Select Style', 'turitor' ),
'type' => 'image-picker',
'choices' => [
'style-1' => [
'small' => [
'height' => 30,
'src' => TURITOR_IMG. '/admin/footer/style1.png'
],
'large' => [
'width' => 370,
'src' => TURITOR_IMG. '/admin/footer/style1.png'
],
],
],
)
),
'show_borders' => false,
),
'footer_mailchimp' => [
'label' => esc_html__( 'Newsletter Shortcode', 'turitor'),
'type' => 'text',
],
'footer_bg_color' => [
'label' => esc_html__( 'Footer Background color', 'turitor'),
'type' => 'color-picker',
'desc' => esc_html__( 'You can change the footer\'s background color with rgba color or solid color', 'turitor'),
],
'footer_copyright_color' => [
'label' => esc_html__( 'Footer Copyright color', 'turitor'),
'type' => 'color-picker',
'desc' => esc_html__( 'You can change the footer\'s background color with rgba color or solid color', 'turitor'),
],
'footer_copyright' => [
'type' => 'textarea',
'value' => '© 2020, Turitor. All rights reserved',
'label' => esc_html__( 'Copyright text', 'turitor' ),
'desc' => esc_html__( 'This text will be shown at the footer of all pages.', 'turitor' ),
],
'footer_padding_top' => [
'label' => esc_html__( 'Footer Padding Top', 'turitor' ),
'desc' => esc_html__( 'Use Footer Padding Top', 'turitor' ),
'type' => 'text',
'value' => '50px',
],
'footer_padding_bottom' => [
'label' => esc_html__( 'Footer Padding Bottom', 'turitor' ),
'desc' => esc_html__( 'Use Footer Padding Bottom', 'turitor' ),
'type' => 'text',
'value' => '0px',
],
'back_to_top' => [
'type' => 'switch',
'value' => '',
'label' => esc_html__( 'Back to top', 'turitor'),
'left-choice' => [
'value' => 'yes',
'label' => esc_html__( 'Yes', 'turitor'),
],
'right-choice' => [
'value' => 'no',
'label' => esc_html__( 'No', 'turitor'),
],
],
],
]
];
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists