We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ac37c commit 2053868Copy full SHA for 2053868
lib/cadet/course/materialUpload.ex
@@ -5,7 +5,7 @@ defmodule Cadet.Course.MaterialUpload do
5
use Arc.Definition
6
use Arc.Ecto.Definition
7
8
- @extension_whitelist ~w(.doc .docx .jpg .pdf .png .ppt .pptx .txt .xls .xlsx)
+ @extension_whitelist ~w(.doc .docx .jpg .pdf .png .ppt .pptx .txt .xls .xlsx .xml)
9
@versions [:original]
10
11
def bucket, do: :cadet |> Application.fetch_env!(:uploader) |> Keyword.get(:materials_bucket)
0 commit comments