mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Add mime type for vCards (.vcf files)
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.
This commit is contained in:
parent
eb72cb32bb
commit
ea50fae2ca
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user