OctoberCMS: How to change the view of uploaded files for "attachMany" relation type?

281 Views Asked by At

The default view of the attachMany relations, tries to show the preview of the file even for non-image files. For example in the following snapshot, october tries to show preview of the pdf files:

enter image description here

As you can see, the preview fails for pdf files. I need to fix this behavior. How can I override the HTML shown for the uploaded files?

1

There are 1 best solutions below

2
On BEST ANSWER

Can you post the fields.yaml config for the form? I guess it includes

type: fileupload
mode: image

Mode image is what tells october to create thumbnails