mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
29 lines
871 B
PHP
29 lines
871 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',
|
|
'show_checkbox_terms_on_register',
|
|
'show_education_profession',
|
|
'education',
|
|
'state_of_education',
|
|
'profession',
|
|
],
|
|
],
|
|
'recaptcha' => [
|
|
'title' => 'visiosoft.module.profile::section.recaptcha',
|
|
'fields' => [
|
|
'google_captcha_site_key', 'google_captcha_secret_key', 'score_threshold'
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|