Skip to content

Commit e4fffc0

Browse files
committed
modify config document
1 parent f41ef16 commit e4fffc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
| max\_file\_size | int | Specify max size of uploading file. |
5555
| should\_validate\_mime | boolean | If true, the mime type of uploading file will be verified. |
5656
| valid\_image\_mimetypes | array | Array of mime types. Available since v1.3.0 . |
57+
| should\_create\_thumbnails | boolean | If true, thumbnails will be created for faster loading. |
58+
| raster\_mimetypes | array | Array of mime types. Thumbnails will be created only for these mimetypes. |
59+
| create\_folder\_mode | int | Permission setting for folders created by this package. |
60+
| create\_file\_mode | int | Permission setting for files uploaded to this package. |
5761
| valid\_file\_mimetypes | array | Array of mime types. Available since v1.3.0 . |
5862

5963

0 commit comments

Comments
 (0)