mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
461 B
PHP
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,
|
|
],
|
|
],
|
|
]; |