mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'monitoring' => [
|
|
'stacked' => false,
|
|
'tabs' => [
|
|
'general' => [
|
|
'title' => 'visiosoft.module.location::section.general',
|
|
'fields' => [
|
|
'home_page_location', 'list_page_location', 'detail_page_location', 'create_ad_page_location',
|
|
],
|
|
],
|
|
'map' => [
|
|
'title' => 'visiosoft.module.location::section.map',
|
|
'fields' => [
|
|
'default_country', 'default_city', 'default_district', 'default_neighborhood'
|
|
],
|
|
],
|
|
'setting' => [
|
|
'title' => 'visiosoft.module.location::section.setting',
|
|
'fields' => [
|
|
'google_map_key', 'map_coordinates_long', 'map_coordinates_lat'
|
|
],
|
|
],
|
|
'filter' => [
|
|
'title' => 'visiosoft.module.location::section.filter',
|
|
'fields' => [
|
|
'hide_location_filter'
|
|
],
|
|
],
|
|
'html' => [
|
|
'html' => '{% include "visiosoft.module.location::settings/field" %}',
|
|
],
|
|
],
|
|
],
|
|
];
|