Skip to content

Instantly share code, notes, and snippets.

View luukee's full-sized avatar

Luke C Hartman luukee

View GitHub Profile
@luukee
luukee / dump-metafields.liquid
Last active April 29, 2025 10:25
Shopify metafield dump
{% comment %}
Description:
Snippet to dump the metafields of an objectt in the console
Usage:
{% render 'dump-metafields' with article.metafields.blog.sections %}
or
{% render 'dump-metafields' with article.metafields.custom.sections %}
{% endcomment %}
<script type="text/javascript">