File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,21 @@ You can hard code the file entries tag to show specific files. You may also spec
128128
129129If you want to display only the files that are in certain folder within an Upload Directory, specify the folder ID using this parameter.
130130
131+ ### ` mime_type= `
132+
133+ mime_type="image/jpeg|image/png"
134+
135+ Filter returned files by MIME type. You may specify one or more MIME types; separate multiple values with the pipe character.
136+
137+ Or use "not" to exclude types:
138+
139+ mime_type="not video/mp4|video/quicktime"
140+
141+ Common examples:
142+
143+ - Images only: ` mime_type="image/jpeg|image/png|image/gif" `
144+ - PDFs only: ` mime_type="application/pdf" `
145+
131146### ` limit= `
132147
133148 limit="30"
You can’t perform that action at this time.
0 commit comments