You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/add-ons/file.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,22 @@ You can hard code the file entries tag to show specific files. You may also spec
128
128
129
129
If you want to display only the files that are in certain folder within an Upload Directory, specify the folder ID using this parameter.
130
130
131
+
### `file_type=`
132
+
133
+
file_type="img|doc"
134
+
135
+
Filter returned files by file type group, as classified by the core MIME groups (defined in the mimes configuration). You may specify one or more types; separate multiple values with the pipe character.
0 commit comments