Skip to content

Commit

Permalink
Merge pull request #927 from bookernath/STENCIL-2629
Browse files Browse the repository at this point in the history
STENCIL-2629 - Remove option for "disable" on number of products per page
  • Loading branch information
junedkazi authored Feb 21, 2017
2 parents e8d7d31 + c930875 commit c4f8c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Auto-expand product videos on the product page if the product has at least one video [#935](https://github.com/bigcommerce/stencil/pull/935)
- Fix an issue with special characters in search results for content pages [#933](https://github.com/bigcommerce/stencil/pull/933)
- Fix an issue with special characters in carousel text [#932](https://github.com/bigcommerce/stencil/pull/932)
- Remove an unnecessary and confusing option in theme editor [#927](https://github.com/bigcommerce/stencil/pull/927)


## 1.5.2 (2017-02-14)
Expand Down
12 changes: 0 additions & 12 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,6 @@
"id": "categorypage_products_per_page",
"force_reload": true,
"options": [
{
"value": 0,
"label": "Disable"
},
{
"value": 6,
"label": "6"
Expand Down Expand Up @@ -1327,10 +1323,6 @@
"id": "brandpage_products_per_page",
"force_reload": true,
"options": [
{
"value": 0,
"label": "Disable"
},
{
"value": 6,
"label": "6"
Expand Down Expand Up @@ -1375,10 +1367,6 @@
"id": "searchpage_products_per_page",
"force_reload": true,
"options": [
{
"value": 0,
"label": "Disable"
},
{
"value": 6,
"label": "6"
Expand Down

0 comments on commit c4f8c14

Please sign in to comment.