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.