mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
812 B
PHP
24 lines
812 B
PHP
<?php
|
|
|
|
return [
|
|
'monitoring' => [
|
|
'stacked' => false,
|
|
'tabs' => [
|
|
'catalog_mode' => [
|
|
'title' => 'visiosoft.theme.base::section.catalog_mode.name',
|
|
'fields' => [
|
|
'home_page_sub_categories_limit', 'navigation_title', 'navigation_action', 'date_fields',
|
|
'price_fields', 'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
|
|
'register_page_instruction_logo', 'register_page_alert_link', 'default_country'
|
|
],
|
|
],
|
|
'template' => [
|
|
'title' => 'visiosoft.theme.base::section.template',
|
|
'fields' => [
|
|
'gallery_box_height','style',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|