Server IP : 66.29.132.124 / Your IP : 3.144.23.138 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/modules/Tour/ |
Upload File : |
<?php /** * Created by PhpStorm. * User: Admin * Date: 7/2/2019 * Time: 10:26 AM */ namespace Modules\Tour; use Modules\Core\Abstracts\BaseSettingsClass; class SettingClass extends BaseSettingsClass { public static function getSettingPages() { return [ [ 'id' => 'tour', 'title' => __("Tour Settings"), 'position'=>20, 'view'=>"Tour::admin.settings.tour", "keys"=>[ 'tour_disable', 'tour_page_search_title', 'tour_page_search_banner', 'tour_layout_search', 'tour_location_search_style', 'tour_page_limit_item', 'tour_enable_review', 'tour_review_approved', 'tour_enable_review_after_booking', 'tour_review_number_per_page', 'tour_review_stats', 'tour_page_list_seo_title', 'tour_page_list_seo_desc', 'tour_page_list_seo_image', 'tour_page_list_seo_share', 'tour_booking_buyer_fees', 'tour_vendor_create_service_must_approved_by_admin', 'tour_allow_vendor_can_change_their_booking_status', 'tour_allow_vendor_can_change_paid_amount', 'tour_allow_vendor_can_add_service_fee', 'tour_search_fields', 'tour_map_search_fields', 'tour_allow_review_after_making_completed_booking', 'tour_deposit_enable', 'tour_deposit_type', 'tour_deposit_amount', 'tour_deposit_fomular', 'tour_layout_map_option', 'tour_icon_marker_map', 'tour_map_lat_default', 'tour_map_lng_default', 'tour_map_zoom_default', 'tour_location_radius_value', 'tour_location_radius_type', ], 'html_keys'=>[ ] ] ]; } }