Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/property-archive.php

<?php

thim_customizer()->add_section(
	array(
		'id'       => 'property_archive',
		'panel'    => 'property',
		'title'    => esc_html__('Archive Property', 'realpro'),
		'priority' => 10,
	)
);

thim_customizer()->add_field(
	array(
		'id'       => 'thim_property_layout',
		'type'     => 'radio-image',
		'label'    => esc_html__( 'Layout', 'realpro' ),
		'tooltip'  => esc_html__( 'Allow to choose a layout to display for all single post pages.', 'realpro' ),
		'section'  => 'property_archive',
		'priority' => 12,
		'default'  => 'full-content',
		'choices'  => array(
			'sidebar-left'  => THIM_URI . 'images/layout/sidebar-left.jpg',
			'full-content'  => THIM_URI . 'images/layout/content-boxed.jpg',
			'sidebar-right' => THIM_URI . 'images/layout/sidebar-right.jpg',
		),
		'wrapper_attrs' => array(
			'class' => '{default_class} thim-col-3'
		)
	)
);


thim_customizer()->add_field(
	array(
		'id'       => 'thim_property_hide_breadcrumbs',
		'type'     => 'switch',
		'label'    => esc_html__( 'Hide Breadcrumb', 'realpro' ),
		'tooltip'  => esc_html__( 'Allow to hide breadcrumb on page title.', 'realpro' ),
		'section'  => 'property_archive',
		'default'  => false,
		'priority' => 20,
		'choices'  => array(
			true  => esc_html__( 'On', 'realpro' ),
			false => esc_html__( 'Off', 'realpro' ),
		),
	)
);

thim_customizer()->add_field(
    array(
        'id'          => 'thim_show_number_search_field',
        'type'     => 'number',
        'label'       => esc_html__( 'Show Number Of Search Fields', 'realpro' ),
        'tooltip'     => esc_html__( 'Allows show number of advanced search fields', 'realpro' ),
        'section'     => 'property_archive',
		'default'  => 4,
		'choices'  => array(
			'min'  => '4',
			'max'  => '9',
			'step' => '1',
		),
		'priority' => 25,
        'transport' => 'postMessage',
    )
);

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