Hi there, I’m one of those guys who come from wordpress to grav without a very big coding knowledge. So far everything works fine with my own bootstrap theme and I already was able to get content from form fields in the backend and show it on the frontend (via blueprints).
One thing is absolutely not possible for my noncoder-brain: how can I show uploaded images in the frontend and especially retrieve the chosen image and use it as a background-image for a div-container per css? I managed to show a pagemediaselect field in the backend but can’t figure out how to use the chosen picture in the css.
And in blueprint you use type: pagemediaselect to pic one of the uploaded medias. Then display it with twig, and include the .url() to retrieve the url ^^