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/page-setting.php

<?php

thim_customizer()->add_section(
	array(
		'id'       => 'page_layout',
		'title'    => esc_html__( 'Page Setting', 'realpro' ),
		'priority' => 43,
		'icon'     => 'dashicons-admin-page',
	)
);

thim_customizer()->add_field(
	array(
		'id'       => 'thim_page_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'  => 'page_layout',
		'priority' => 12,
		'default'  => 'sidebar-right',
		'choices'  => array(
			'sidebar-left'  => THIM_URI . 'images/layout/sidebar-left.jpg',
			'full-content'  => THIM_URI . 'images/layout/body-full.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_page_hide_breadcrumbs',
		'type'     => 'switch',
		'label'    => esc_html__( 'Hide Breadcrumb', 'realpro' ),
		'tooltip'  => esc_html__( 'Allow to hide breadcrumb on page title.', 'realpro' ),
		'section'  => 'page_layout',
		'default'  => false,
		'priority' => 20,
		'choices'  => array(
			true  => esc_html__( 'On', 'realpro' ),
			false => esc_html__( 'Off', 'realpro' ),
		),
	)
);

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