We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dd814b + 81881bf commit afa11b6Copy full SHA for afa11b6
src/config/lfm.php
@@ -48,28 +48,28 @@
48
'folder_categories' => [
49
'file' => [
50
'folder_name' => 'files',
51
- 'startup_view' => 'grid',
+ 'startup_view' => 'list',
52
'max_size' => 50000, // size in KB
53
'valid_mime' => [
54
'image/jpeg',
55
'image/pjpeg',
56
'image/png',
57
'image/gif',
58
'image/svg+xml',
59
+ 'application/pdf',
60
+ 'text/plain',
61
],
62
63
'image' => [
64
'folder_name' => 'photos',
- 'startup_view' => 'list',
65
+ 'startup_view' => 'grid',
66
67
68
69
70
71
72
- 'application/pdf',
- 'text/plain',
73
74
75
0 commit comments