mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
53 lines
1.2 KiB
PHP
53 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'navigation_title' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'navigation_action' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'date_fields' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'price_fields' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'breadcrumbs' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'ad_details' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'ad_details_tab' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
'latest_and_view_all_btn' => [
|
|
'type' => 'anomaly.field_type.boolean',
|
|
"config" => [
|
|
"default_value" => 1,
|
|
]
|
|
],
|
|
|
|
]; |