Hello Everyone,
I'm trying to allow my client to upload a otf or ttf file in its article, but I can't make it work.
I always get the error "The mime type does not match to file extension".
I've already tried to add in media.yaml :
otf:
type: file
thumb: media/thumb-json.png
mime: font/otf
ttf:
type: file
thumb: media/thumb-json.png
mime: font/ttf
Any idea how I could make this work ? : /