PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
config
<?php $prefix = 'wilcity_'; return [ 'listing_cat_settings' => [ 'id' => 'listing_cat_settings', 'title' => esc_html__('Settings', 'wiloke-listing-tools'), 'object_types' => 'term', 'taxonomies' => ['listing_cat'], 'new_term_section' => true, 'fields' => [ [ 'type' => 'text', 'id' => $prefix.'tagline', 'name' => 'Tagline', ], [ 'type' => 'wiloke_multiselect2_ajax', 'sanitization_cb' => false, 'taxonomy' => 'listing_tag', 'id' => $prefix.'tags_belong_to', 'action' => 'wilcity_get_tags_options', 'name' => 'Set Tags belong to this category', 'description' => 'Leave empty means belongs to all tags' ], [ 'type' => 'multicheck_inline', 'id' => $prefix.'belongs_to', 'name' => esc_html__('Belongs To', 'wiloke-listing-tools'), 'desc' => 'Enter in your icon name you want to use. You can find the icon at <a href="https://documentation.wilcity.com/knowledgebase/line-icon/" target="_blank">Line Icon</a>', 'description' => 'Select Listing Types that this term should belong to. Leave empty to set the category for all', 'options_cb' => ['WilokeListingTools\MetaBoxes\Listing', 'setListingTypesOptions'] ], [ 'type' => 'text', 'taxonomy' => 'icon', 'id' => $prefix.'icon', 'name' => 'Term Icon', 'description' => 'Warning: You have to use <a href="https://fontawesome.com/v4.7.0/" target="_blank">FontAwesome</a> or <a target="_blank" href="https://documentation.wilcity.com/knowledgebase/line-icon/">Line Awesome</a>. If you use another one, it will broken your App' ], [ 'type' => 'colorpicker', 'taxonomy' => 'icon_color', 'id' => $prefix.'icon_color', 'name' => 'Icon Color' ], [ 'type' => 'file', 'taxonomy' => 'icon_img', 'id' => $prefix.'icon_img', 'name' => 'Icon Image', 'desc' => 'We recommend uploading an image of 32x32 px' ], [ 'type' => 'file', 'taxonomy' => 'slide_icon', 'id' => $prefix.'slide_icon', 'name' => 'Slider Icon', 'desc' => 'This setting will be used on Slider shortcode' ], [ 'type' => 'file', 'taxonomy' => 'featured_image', 'id' => $prefix.'featured_image', 'name' => 'Featured Image' ], [ 'type' => 'file_list', 'taxonomy' => 'gallery', 'id' => $prefix.'gallery', 'name' => 'Gallery', 'desc' => 'If the gallery is not empty, it be used on this category page' ], [ 'type' => 'colorpicker', 'id' => $prefix.'left_gradient_bg', 'name' => 'Left Gradient Background', 'desc' => 'This setting is for Term Boxes shortcode' ], [ 'type' => 'colorpicker', 'id' => $prefix.'right_gradient_bg', 'name' => 'Right Gradient Background', 'desc' => 'This setting is for Term Boxes shortcode' ], [ 'type' => 'text', 'id' => $prefix.'gradient_tilted_degrees', 'name' => 'Gradient tilted degrees', 'desc' => 'Eg: A gradient tilted 45 degrees, starting Left Background and finishing Right Background', 'default' => -10 ] ] ] ];
[+]
..
[-] invoices.php
[edit]
[-] claimfields.php
[edit]
[-] translation.php
[edit]
[-] utcToGmt.php
[edit]
[-] schema-markup.php
[edit]
[-] event-comment.php
[edit]
[-] promotion-settings.php
[edit]
[-] woocommerce-metaboxes.php
[edit]
[-] roles.php
[edit]
[-] claim-settings.php
[edit]
[-] listingplan.php
[edit]
[-] apple.php
[edit]
[-] mobile-menus.php
[edit]
[-] builder-plugin.php
[edit]
[-] report.php
[edit]
[-] claim.php
[edit]
[-] listingtag.php
[edit]
[-] listing-settings.php
[edit]
[-] eventplan.php
[edit]
[-] bookingcom.php
[edit]
[-] wiloke-submission.php
[edit]
[-] addlisting.php
[edit]
[-] usermeta.php
[edit]
[-] listinglocation.php
[edit]
[-] posttypes.php
[edit]
[-] post-metaboxes.php
[edit]
[-] email.php
[edit]
[-] sales.php
[edit]
[-] quick-searchform.php
[edit]
[-] middleware.php
[edit]
[-] subscriptions.php
[edit]
[-] push-notifications.php
[edit]
[-] payment.php
[edit]
[-] register-login.php
[edit]
[-] submission-pages.php
[edit]
[-] event-metaboxes.php
[edit]
[-] settings.php
[edit]
[-] user.php
[edit]
[-] reviews.php
[edit]
[-] promotion-metaboxes.php
[edit]
[-] discount.php
[edit]
[-] default-addlisting.php
[edit]
[-] event-settings.php
[edit]
[-] general.php
[edit]
[-] dashboard.php
[edit]
[-] listingcategory.php
[edit]
[-] line-icon.php
[edit]