Hello,
I can’t upload files using the files field through the panel. It throws an error : “None of the converters in the stack are operational”
I’m using the plugin kirby-builder : https://github.com/TimOetting/kirby-builder
The files are correctly uploaded in the content>page folder but not in the media folder. In the panel, the field keeps being empty. In the text file (data), the array corresponding to the field is also empty.
The blueprint :
sections:
builder:
type: fields
fields:
lineaire:
type: builder
fieldsets:
images:
name: Image(s)
fields:
optionsa:
label: Options de présentation
type: toggle
width: 1/3
bg:
label: Couleur arrière-plan
type: color
default: "#fff"
width: 1/3
when:
optionsa: true
justify:
label: Alignement
type: radio
width: 1/3
options:
left: Ferré à gauche
center: Centré
when:
optionsa: true
notes:
label: Notes personnelles
type: textarea
width: 2/3
mediasfield:
label: image(s)
type: files
layout: cards
Have you ever face this issue ?
Thanks for your help.