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 9430a43 + be37318 commit 1c9f099Copy full SHA for 1c9f099
config/file-manager.php
@@ -90,7 +90,20 @@
90
*
91
* [] - no restrictions
92
*/
93
- 'allowFileTypes' => [],
+ 'allowFileTypes' => [
94
+ 'doc',
95
+ 'docx',
96
+ 'gif',
97
+ 'jpg',
98
+ 'jpeg',
99
+ 'pdf',
100
+ 'png',
101
+ 'ppt',
102
+ 'pptx',
103
+ 'xls',
104
+ 'xlsx',
105
+ // 'zip',
106
+ ],
107
108
/**
109
* Show / Hide system files and folders.
0 commit comments