%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windazo/inc/fw/theme/options/posts/post.php
<?php if ( ! defined( 'FW' ) ) {
	die( 'Forbidden' );
}


$options = array(
	'main' => array(
		'title'   => 'LTX Post Format',
		'type'    => 'box',
		'options' => array(
			'featured'    => array(
				'label' => esc_html__( 'Featured Post', 'windazo' ),
				'type'  => 'checkbox',
			),			
			'gallery'    => array(
				'label' => esc_html__( 'Gallery', 'windazo' ),
				'desc' => esc_html__( 'Upload featured images for slider gallery post type', 'windazo' ),
				'type'  => 'multi-upload',
			),				
		),
	),
);