Hello.
Making my first theme for myself. I created a custom blueprint.yaml
for my module. In that module, I wanted to be able to upload images from the image uploader you have in the admin which is great, but then I don’t know how I can add them to some of my personalized blueprints inputs.
I found this (probably a good idea to add in your docs or in more places), in my TWIG template
page.media[image].url
And then I just paste the image name in the `image` blueprint
But is there a better way?