I want to make the payment methods in footer customizable by the Theme Edit Tool.
How can I add custom fields in this inline list?
{% for type in shop.enabled_payment_types %}
- {{ type | payment_type_svg_tag: class: 'icon' }}
- test
{% endfor %}
I know that I can insert the image in the list but I want to change the logos from the theme editor with custom parameters. Is it possible?