openclassify/addons/default/visiosoft/profile-module/resources/config/settings/settings.php
2020-06-30 19:32:28 +03:00

23 lines
461 B
PHP

<?php
return [
'upload_avatar' => [
'type' => 'anomaly.field_type.boolean',
'config' => [
'default_value' => 1
],
],
'show_my_ads' => [
'type' => 'anomaly.field_type.boolean',
'config' => [
'default_value' => 1
],
],
'show_tax_office' => [
'type' => 'anomaly.field_type.boolean',
'config' => [
'default_value' => true,
],
],
];