Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 78cf61a1 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

admin static audio file view

parent ddcd7ff2
No related branches found
No related tags found
1 merge request!9Upload files
......@@ -53,14 +53,23 @@ class FilesIndexView {
}
case "sounds":
return {
tag: "a",
href: item,
target: "_blank",
tag: "div",
contents: [
{
tag: "audio",
src: item
}
controls: true,
contents: [
{
tag: "source",
src: item
}]
},
{
tag: "a",
href: item,
target: "_blank",
contents: item
},
]
}
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment