Published
- 1 min read
twig foreach
The solution for this is noted below
twig foreach
Solution
{% for key, value in array %}
{{ key }}: {{ value }}
{% endfor %}
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
{% for key, value in array %}
{{ key }}: {{ value }}
{% endfor %}
Try other methods by searching on the site. That is if this doesn’t work