mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
68 lines
1.6 KiB
PHP
68 lines
1.6 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,
|
|
]
|
|
],
|
|
'register_page_instruction_logo' => [
|
|
'type' => 'anomaly.field_type.file',
|
|
"config" => [
|
|
"folders" => ['images'],
|
|
"mode" => "upload",
|
|
]
|
|
],
|
|
'register_page_alert_link' => [
|
|
'type' => 'anomaly.field_type.url',
|
|
"config" => [
|
|
"default_value" => "/",
|
|
]
|
|
],
|
|
'style' => [
|
|
'type' => 'anomaly.field_type.editor',
|
|
],
|
|
]; |