Blueprint – image field that browses through subpages's images

Hello

I’m working on a portfolio website with the following structure:

— homepage
— projects folder
– project 1
– project 2

Each project subpage contains images, texts and vidéos.

Is there a way to build a blueprint that would allow the user to select one or more images from any of the project pages in order to display it on the homepage? Or do I need to create a “cover image” field in my subpage blueprint (I would prefer to avoid that, as I would like to have sometimes 2 or 3 images from the same project on the homepage).

Thanks

Yes, you can use a files field on the home page (or the site, if you prefer), with a query that queries all images of all projects in the projects folder.

Thanks texnixe!