mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
52 lines
1.3 KiB
PHP
52 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'sidebar_hover' => 'anomaly.field_type.boolean',
|
|
'navigation' => [
|
|
'type' => 'anomaly.field_type.textarea',
|
|
'input_view' => 'visiosoft.theme.defaultadmin::admin/navigation/settings',
|
|
],
|
|
"login_icon" => [
|
|
"type" => "anomaly.field_type.file",
|
|
"config" => [
|
|
"folders" => ['images'],
|
|
]
|
|
],
|
|
"panel_icon" => [
|
|
"type" => "anomaly.field_type.file",
|
|
"config" => [
|
|
"folders" => ['images'],
|
|
]
|
|
],
|
|
"title" => [
|
|
"type" => "anomaly.field_type.text",
|
|
"config" => [
|
|
"default_value" => 'OpenClassify',
|
|
]
|
|
],
|
|
"footer_copyright_org_name" => [
|
|
"type" => "anomaly.field_type.text",
|
|
"config" => [
|
|
"default_value" => 'OpenClassify, Inc',
|
|
]
|
|
],
|
|
"sidebar_main_color" => [
|
|
"type" => "anomaly.field_type.colorpicker",
|
|
"config" => [
|
|
"default_value" => '#252525',
|
|
]
|
|
],
|
|
"sidebar_secondary_color" => [
|
|
"type" => "anomaly.field_type.colorpicker",
|
|
"config" => [
|
|
"default_value" => '#333333',
|
|
]
|
|
],
|
|
"active_sidebar_border_color" => [
|
|
"type" => "anomaly.field_type.colorpicker",
|
|
"config" => [
|
|
"default_value" => '#c61db4',
|
|
]
|
|
],
|
|
];
|