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

Remove the data/shopify_liquid/(tags|filters|objects).yml files #674

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/shopify_liquid/deprecated_filters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
karreiro marked this conversation as resolved.
Show resolved Hide resolved
"Liquid::ColorFilter": {
"hex_to_rgba": [
"color_to_rgb",
"color_modify"
]
},
"Liquid::UrlFilter": {
"img_url": [
"image_url"
],
"img_tag": [
"image_tag"
],
"collection_img_url": [
"img_url"
],
"product_img_url": [
"img_url"
]
}
}
14 changes: 0 additions & 14 deletions data/shopify_liquid/deprecated_filters.yml

This file was deleted.

211 changes: 0 additions & 211 deletions data/shopify_liquid/filters.yml

This file was deleted.

84 changes: 0 additions & 84 deletions data/shopify_liquid/objects.yml

This file was deleted.

15 changes: 15 additions & 0 deletions data/shopify_liquid/plus_labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
karreiro marked this conversation as resolved.
Show resolved Hide resolved
"alternative_payment_methods",
"breadcrumb",
"checkout_html_classes",
"checkout_scripts",
"checkout_stylesheets",
"content_for_footer",
"content_for_logo",
"content_for_order_summary",
"direction",
"locale",
"order_summary_toggle",
"skip_to_content_link",
"tracking_code"
]
15 changes: 0 additions & 15 deletions data/shopify_liquid/plus_objects.yml

This file was deleted.

30 changes: 0 additions & 30 deletions data/shopify_liquid/tags.yml

This file was deleted.

Loading