Skip to content

Commit 3abc5ca

Browse files
author
Satya Deep Maheshwari
committed
Add document and archives to filter schema
1 parent 7293ef7 commit 3abc5ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/assets-selector/config.json

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
{
2626
"label": "Videos",
2727
"value": "video/*"
28+
},
29+
{
30+
"label": "Documents",
31+
"value": "application/pdf"
32+
},
33+
{
34+
"label": "Archives",
35+
"value": "application/zip"
2836
}
2937
],
3038
"columns": 2

0 commit comments

Comments
 (0)