mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
357 B
PHP
17 lines
357 B
PHP
<?php
|
|
|
|
return [
|
|
'monitoring' => [
|
|
'stacked' => false,
|
|
'tabs' => [
|
|
|
|
'general_setting' => [
|
|
'title' => 'visiosoft.module.profile::section.general_setting',
|
|
'fields' => [
|
|
'show_my_ads', 'upload_avatar', 'show_tax_office'
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|