Collection type description, or image thumbnail - is this possible?

System Information
  • Strapi Version: 4.4.5
  • Operating System: macOS Monterey
  • Database: SQLite

I’m using Strapi for the first time, and I want to have various Collection Types which represent different formats for writing user guides.

For example, one format would have the guide be split into separate chapters, I’ve done this by creating a dynamic zone which lets you add ‘chapter’ components - another format would be a single rich text editor along with a video - there are a few other formats.

In order to make it super clear to the users who will be writing the guides, I would like the Content Manager page which lists the Collection Types to display an image of my choosing which is a visual description of the format (like a skeleton outline/wireframe), or alternatively even just a text description would be okay.

Is there a way to do this that doesn’t involve digging into the source code and making modifications? Or is there an alternative way of structuring my content that would meet the same objectives?

Thanks!