Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
feat(uploads): add list of allowed file types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Feb 21, 2016
1 parent 26083b0 commit 68997ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"license": "MIT",
"nodecg": {
"uploads": {
"enabled": true
"enabled": true,
"allowedTypes": [
"mp3",
"ogg"
]
},
"compatibleRange": "~0.7.0",
"dashboardPanels": [
Expand Down

0 comments on commit 68997ae

Please sign in to comment.