Comment on page
Theme asset object
- Look up specific a specific asset by its ID, using
{{ shop.themes[12345].assets[67890] }}
- Loop through all assets in a theme:
{% for asset in shop.themes[12345]assets %}
Last modified 2yr ago
{{ shop.themes[12345].assets[67890] }}
{% for asset in shop.themes[12345]assets %}