mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
16 lines
308 B
PHP
16 lines
308 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
|
|
],
|
|
],
|
|
]; |