Panel: adding data to a file

Hi everyone :slight_smile:
I’m trying to make a “works” page that shows paintings of the artist and I would want for each painting to add information like a year, medium, size etc.

I worte this in the blueprint file:

but I can’t see it in the panel. I can only see the file.
any idea why is it happening?

thanks!

You need to create a page that uses this blueprint. But I think what you need is a parent page works which has subpages work-1, work-2 as individual works, similar to the setup of the notes or photography pages in Kirby’s Starterkit.

Thanks for the reply!
I understand and this is how used to build portfolio sites before with kirby (creating a page for each project).

But there are going to be many paintings in this page and I was wondering if there is a cleaner way to build it.
for example, in the kirby tutorials on youtube it says that you can add a .txt file to a file with the same name. I thought it would be easier if I could control that, and create new ones through the panel. is it possible?

Thanks a lot!

Oh, you mean file meta data:

To do this via the Panel, you would create a file blueprint and assign this blueprint to a file on upload.

Thank you! that’s exactly what I meant
I appreciate your help :slight_smile: