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