-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable arrows on the homepage carousel #1293
Conversation
Autotagging @bigcommerce/storefront-team @davidchin |
This PR needs a rebase. |
@sacr3dc0w LGTM, Just one comment Please change capitalization to "Show carousel arrows". We can merge that after rebase |
@@ -907,6 +907,12 @@ | |||
"force_reload": true, | |||
"id": "homepage_show_carousel" | |||
}, | |||
{ | |||
"type": "checkbox", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @BC-EChristensen
schema.json
Outdated
@@ -907,6 +907,12 @@ | |||
"force_reload": true, | |||
"id": "homepage_show_carousel" | |||
}, | |||
{ | |||
"type": "checkbox", | |||
"label": "Show Carousel Arrows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have the capitalization changed to be Show carousel arrows
, but looks good other than that.
What?
Currently if you want to hide/disable the arrows on the homepage carousel, you'll need to use either CSS or add JavaScript to the bundle. This PR adds an option to the theme editor.
Tickets / Documentation
Screenshots
True (Default)
False
Theme Editor