Skip to content

Commit 1f0ca74

Browse files
committed
Remove pixel unit reference from schema and carousel settings
1 parent 6ce30ca commit 1f0ca74

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

locales/en.default.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
},
4747
"info": {
4848
"aspect_ratio": "Choose aspect ratio or match the media's natural ratio",
49-
"pixel_unit": "(pixels)",
5049
"enable_infinite_scroll": "Load more products as the user scrolls. Max of 8 pages then falls back to pagination.",
5150
"max_width": "Maximum width of the container (in pixels)",
5251
"show_rating": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)",

sections/carousel.liquid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"step": 16,
8282
"unit": "px",
8383
"label": "t:settings.max_width",
84-
"info": "t:info.pixel_unit",
8584
"default": 560,
8685
"visible_if": "{{ section.settings.slide_custom_width == true }}"
8786
},

0 commit comments

Comments
 (0)