WIP
This commit is contained in:
11
config/gallery.php
Normal file
11
config/gallery.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'importers' => [
|
||||
\App\Importers\Image::class,
|
||||
],
|
||||
'image' => [
|
||||
'suffixes' => ['png', 'gif', 'bmp', 'svg', 'avi', 'jpg', 'jpeg'],
|
||||
'quality' => 80,
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user