Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #492 from Shopify/fix/480-add-support-for-preload-tag
Browse files Browse the repository at this point in the history
Add support for preload_tag filter
  • Loading branch information
charlespwd authored Nov 9, 2021
2 parents aefe580 + 302e369 commit 167ae98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/shopify_liquid/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ UrlFilter:
- product_img_url
- collection_img_url
- article_img_url
- preload_tag
JsonFilter:
- json
ColorFilter:
Expand Down
2 changes: 1 addition & 1 deletion test/shopify_liquid_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_deprecated_filter_alternatives
end

def test_filter_labels
assert_equal(151, ThemeCheck::ShopifyLiquid::Filter.labels.size)
assert_equal(152, ThemeCheck::ShopifyLiquid::Filter.labels.size)
end

def test_object_labels
Expand Down

0 comments on commit 167ae98

Please sign in to comment.