D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
vimlagroups.in
/
wp-content
/
plugins
/
lebuild-plugin
/
metabox
/
Filename :
banner.php
back
Copy
<?php return array( 'id' => 'lebuild_banner_settings', 'title' => esc_html__( "Lebuild Banner Settings", "konia" ), 'fields' => array( array( 'id' => 'banner_source_type', 'type' => 'button_set', 'title' => esc_html__( 'Banner Source Type', 'lebuild' ), 'options' => array( 'd' => esc_html__( 'Default', 'lebuild' ), 'e' => esc_html__( 'Elementor', 'lebuild' ), ), 'default' => '', ), array( 'id' => 'banner_elementor_template', 'type' => 'select', 'title' => __( 'Template', 'viral-buzz' ), 'data' => 'posts', 'args' => [ 'post_type' => [ 'elementor_library' ], 'posts_per_page'=> -1, ], 'required' => [ 'banner_source_type', '=', 'e' ], ), array( 'id' => 'banner_page_banner', 'type' => 'switch', 'title' => esc_html__( 'Show Banner', 'lebuild' ), 'default' => false, 'required' => [ 'banner_source_type', '=', 'd' ], ), array( 'id' => 'banner_banner_title', 'type' => 'text', 'title' => esc_html__( 'Banner Section Title', 'lebuild' ), 'desc' => esc_html__( 'Enter the title to show in banner section', 'lebuild' ), 'required' => array( 'banner_page_banner', '=', true ), ), array( 'id' => 'banner_page_background', 'type' => 'media', 'url' => true, 'title' => esc_html__( 'Background Image', 'lebuild' ), 'desc' => esc_html__( 'Insert background image for banner', 'lebuild' ), 'default' => array( 'url' => LEBUILD_URI . 'assets/images/breadcrumb/breadcrumb-1.jpg', ), 'required' => array( 'banner_page_banner', '=', true ), ), ), );