I have a simple page for storing my site’s files. The blueprint looks like this:
title: files
sections:
files:
type: files
Unfortunately the thumbnail of this page in the panel shows the first image that is stored in the page’s content folder which I don’t want it to. Ideally I’d like to show an Icon instead. I already tried using image: false and icon: folder but that didn’t work. How can I hide the image thumbnail?