Commit faa59fc4 authored by Vipul Basapati's avatar Vipul Basapati
parents 85c98275 1b4b4b6f
...@@ -59,8 +59,8 @@ return [ ...@@ -59,8 +59,8 @@ return [
// "NO_ZERO_DATE", // "NO_ZERO_DATE",
// "ERROR_FOR_DIVISION_BY_ZERO", // "ERROR_FOR_DIVISION_BY_ZERO",
// "NO_AUTO_CREATE_USER", // "NO_AUTO_CREATE_USER",
// "NO_ENGINE_SUBSTITUTION", // "NO_ENGINE_SUBSTITUTION",
] ],
], ],
'pgsql' => [ 'pgsql' => [
......
...@@ -60,7 +60,7 @@ return [ ...@@ -60,7 +60,7 @@ return [
// The default display type for items. // The default display type for items.
// Supported: "grid", "list" // Supported: "grid", "list"
'images_startup_view' => 'grid', 'images_startup_view' => 'grid',
'files_startup_view' => 'list', 'files_startup_view' => 'list',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -81,7 +81,7 @@ return [ ...@@ -81,7 +81,7 @@ return [
'should_validate_size' => false, 'should_validate_size' => false,
'max_image_size' => 50000, 'max_image_size' => 50000,
'max_file_size' => 50000, 'max_file_size' => 50000,
// If true, the uploading file's mime type will be valid in valid_image_mimetypes/valid_file_mimetypes. // If true, the uploading file's mime type will be valid in valid_image_mimetypes/valid_file_mimetypes.
'should_validate_mime' => false, 'should_validate_mime' => false,
...@@ -129,7 +129,7 @@ return [ ...@@ -129,7 +129,7 @@ return [
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
'thumb_img_width' => 200, 'thumb_img_width' => 200,
'thumb_img_height' => 200, 'thumb_img_height' => 200,
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment