Hello, I'm trying to create a custom gallery block.
I have an "image_advanced" field called "colori" and I want to loop thourgh each image using a {% for %} twig loop. I tried this but it's not working.
{% for item in colori %}<div class="test">{{ item }}</div>{% endfor %}