Skip to content

Commit 20d9d6d

Browse files
authored
Add Allowed MIME types info to image interface (#583)
1 parent 18a1fed commit 20d9d6d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/guides/01.data-model/3.interfaces.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,12 @@ Upload a single file of any mime-type, choose an existing file from the [file li
364364

365365
Upload a single image file, choose an existing image from the [file library](/guides/files/manage), or import an image from a URL.
366366

367-
| Configuration | Options |
368-
| ------------- | ------------------------------------------------------------------------------ |
369-
| Types | `UUID` |
370-
| Root Folder | Folder for the uploaded files. Does not affect the location of existing files. |
371-
| Crop to Fit | Crop the image as needed when displaying the image. |
367+
| Configuration | Options |
368+
| ------------------ | ------------------------------------------------------------------------------------------------------------------------ |
369+
| Types | `UUID` |
370+
| Root Folder | Folder for the uploaded files. Does not affect the location of existing files. |
371+
| Crop to Fit | Crop the image as needed when displaying the image. |
372+
| Allowed MIME Types | File type extensions allowed by this interface. Will not override global FILES_MIME_TYPE_ALLOW_LIST defined in your env. |
372373

373374
### Files
374375

0 commit comments

Comments
 (0)