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