Sindbad~EG File Manager
<?php
use RealPress\Helpers\Fields\Checkbox;
use RealPress\Helpers\Fields\Text;
use RealPress\Helpers\Fields\Select;
return apply_filters(
'realpress/filter/config/widgets/schedule-tour',
array(
'title' => array(
'type' => new Text(),
'id' => 'title',
'title' => esc_html__( 'Title', 'realpress' ),
'default' => '',
),
'cc_admin' => array(
'type' => new Checkbox(),
'id' => 'cc_admin',
'title' => esc_html__( 'CC admin email', 'realpress' ),
'label' => 'Enable',
'default' => '',
),
'layout_type' => array(
'name' => 'layout_type',
'type' => new Select(),
'id' => 'layout_type',
'title' => esc_html__( 'Select Layout Type', 'realpress' ),
'options' => array(
'1' => esc_html__( 'Default', 'realpress' ),
'2' => esc_html__( 'Toggle Form', 'realpress' ),
),
'default' => '1',
'is_single_key' => true,
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists