Hello, Kirby3 user here (3.5.1). Something rather strange happened to our website when it suddenly started rejecting gif uploads (this was not a problem beforehand).
Previous pages with gifs seem to be working, one can even duplicate them and replace the gifs. However I cannot create a new page and upload a gif as thumbnail anymore. When I try to do so, I get the error message “Unsupported mime type: image/gif”. The blueprint for the page is as follows:
title: Default
status:
listed: true
options:
changeTemplate:
- Large
columns:
- width: 1/1
fields:
info:
label: Info
type: info
- width: 2/3
# This column only has a single field
fields:
description:
label: Preview Text
type: writer
clickContent:
label: Inside Text
type: blocks
- width: 1/3
# This column only has a single field
fields:
date:
label: Date
type: date
required: true
width: 1/4
categories:
label: Tags
type: tags
width: 3/4
options:
- People
- Papers
- Prototypes
author:
label: Author
type: users
thumbnail:
label: Thumbnail
type: files
multiple: false
max: 1
template: Thumbnail
width: 1/6
uploads: images
I have already deleted the media files, cleared site cache and added accept and mime statements without success. Could you please help me out? Thanks, B.