Skip to content

Commit

Permalink
Add mime type for vCards (.vcf files) (#3772)
Browse files Browse the repository at this point in the history
Adds support for vCards (.vcf files) in case of e.g. scanning a qr-code with the direct url to the file, so that it can be downloaded. 

Only a thumb-vcf.png should be added then too.
  • Loading branch information
JS-Media-Creation committed Nov 8, 2023
1 parent eb72cb3 commit 1b8e267
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/config/media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,8 @@ types:
type: file
thumb: media/thumb-json.png
mime: application/json
vcf:
type: file
thumb: media/thumb-vcf.png
mime: text/x-vcard

0 comments on commit 1b8e267

Please sign in to comment.