Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created July 3, 2023 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/b4f1595d12ef24344171997c1eac6510 to your computer and use it in GitHub Desktop.
Save ihorduchenko/b4f1595d12ef24344171997c1eac6510 to your computer and use it in GitHub Desktop.
Useful Shopify metafields filters
{{ richtext | metafield_tag }} - displays richtext metafield tag
<video>
<source
src="{{ video | file_url }}"
type="video/mp4">
</video> - displays file metafield, video in this case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment