Hey everyone,
Is there a way I can disable the default pagemedia form field or that I can make sure that the user can only upload one file in the pagemedia form field?
I tried adding this to my ../themes/mytheme/blueprints/event.yaml
:
uploads:
multiple: false
But this doesn’t override the default behavior of the pagemedia form field.