mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
move favicon
This commit is contained in:
parent
b21ffb4197
commit
2d428c8482
@ -9,7 +9,7 @@ return [
|
|||||||
'general' => [
|
'general' => [
|
||||||
'title' => 'visiosoft.module.advs::section.general',
|
'title' => 'visiosoft.module.advs::section.general',
|
||||||
'fields' => [
|
'fields' => [
|
||||||
'favicon', 'iban_numbers', 'google_statistic_code', 'ogImage', 'free_currencyconverterapi_key',
|
'iban_numbers', 'google_statistic_code', 'ogImage', 'free_currencyconverterapi_key',
|
||||||
'enabled_currencies'
|
'enabled_currencies'
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
@ -17,13 +17,6 @@ return [
|
|||||||
'default_value' => 5,
|
'default_value' => 5,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
"favicon" => [
|
|
||||||
"type" => "anomaly.field_type.file",
|
|
||||||
"config" => [
|
|
||||||
"folders" => ['favicon'],
|
|
||||||
"mode" => "upload",
|
|
||||||
]
|
|
||||||
],
|
|
||||||
'auto_approve' => [
|
'auto_approve' => [
|
||||||
'type' => 'anomaly.field_type.boolean',
|
'type' => 'anomaly.field_type.boolean',
|
||||||
'bind' => 'adv.auto_approve',
|
'bind' => 'adv.auto_approve',
|
||||||
|
|||||||
@ -72,7 +72,7 @@ class ProfileModuleSeeder extends Seeder
|
|||||||
'slug' => 'favicon',
|
'slug' => 'favicon',
|
||||||
'disk' => $disk,
|
'disk' => $disk,
|
||||||
'allowed_types' => [
|
'allowed_types' => [
|
||||||
'ico','png'
|
'ico','png',
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user