Skip to content

Commit c4f8c14

Browse files
authored
Merge pull request #927 from bookernath/STENCIL-2629
STENCIL-2629 - Remove option for "disable" on number of products per page
2 parents e8d7d31 + c930875 commit c4f8c14

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Auto-expand product videos on the product page if the product has at least one video [#935](https://github.com/bigcommerce/stencil/pull/935)
1313
- Fix an issue with special characters in search results for content pages [#933](https://github.com/bigcommerce/stencil/pull/933)
1414
- Fix an issue with special characters in carousel text [#932](https://github.com/bigcommerce/stencil/pull/932)
15+
- Remove an unnecessary and confusing option in theme editor [#927](https://github.com/bigcommerce/stencil/pull/927)
1516

1617

1718
## 1.5.2 (2017-02-14)

schema.json

-12
Original file line numberDiff line numberDiff line change
@@ -1279,10 +1279,6 @@
12791279
"id": "categorypage_products_per_page",
12801280
"force_reload": true,
12811281
"options": [
1282-
{
1283-
"value": 0,
1284-
"label": "Disable"
1285-
},
12861282
{
12871283
"value": 6,
12881284
"label": "6"
@@ -1327,10 +1323,6 @@
13271323
"id": "brandpage_products_per_page",
13281324
"force_reload": true,
13291325
"options": [
1330-
{
1331-
"value": 0,
1332-
"label": "Disable"
1333-
},
13341326
{
13351327
"value": 6,
13361328
"label": "6"
@@ -1375,10 +1367,6 @@
13751367
"id": "searchpage_products_per_page",
13761368
"force_reload": true,
13771369
"options": [
1378-
{
1379-
"value": 0,
1380-
"label": "Disable"
1381-
},
13821370
{
13831371
"value": 6,
13841372
"label": "6"

0 commit comments

Comments
 (0)