Skip to content

Commit

Permalink
Merge pull request #1364 from bigcommerce/revert-1361-MERC-4097
Browse files Browse the repository at this point in the history
Revert "MERC-4097 Copy changes, rearrange Payment Buttons section"
  • Loading branch information
christensenep authored Sep 30, 2018
2 parents 9b7975a + e021c9f commit a6ebf49
Showing 1 changed file with 51 additions and 49 deletions.
100 changes: 51 additions & 49 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"type": "select",
"id": "product_list_display_mode",
"force_reload": true,
"label": "Display style",
"label": "Display Style",
"options": [
{
"value": "grid",
Expand Down Expand Up @@ -878,7 +878,7 @@
},
{
"type": "select",
"label": "Seal size",
"label": "Seal Size",
"id": "geotrust_ssl_seal_size",
"options": [
{
Expand All @@ -903,7 +903,7 @@
},
{
"type": "checkbox",
"label": "Show carousel",
"label": "Show Carousel",
"force_reload": true,
"id": "homepage_show_carousel"
},
Expand Down Expand Up @@ -964,7 +964,7 @@
},
{
"type": "select",
"label": "Number of featured products",
"label": "Number of Featured Products",
"id": "homepage_featured_products_count",
"force_reload": true,
"options": [
Expand Down Expand Up @@ -1024,7 +1024,7 @@
},
{
"type": "select",
"label": "Number of most popular products",
"label": "Number of Most Popular Products",
"id": "homepage_top_products_count",
"force_reload": true,
"options": [
Expand Down Expand Up @@ -1084,7 +1084,7 @@
},
{
"type": "select",
"label": "Number of new products",
"label": "Number of New Products",
"id": "homepage_new_products_count",
"force_reload": true,
"options": [
Expand Down Expand Up @@ -1280,6 +1280,11 @@
"force_reload": true,
"id": "show_product_reviews_tabs"
},
{
"type": "color",
"label": "Wishlist dropdown background",
"id": "dropdown--wishList-backgroundColor"
},
{
"type": "select",
"label": "Number of product reviews",
Expand Down Expand Up @@ -1338,11 +1343,6 @@
}
]
},
{
"type": "color",
"label": "Wishlist dropdown background",
"id": "dropdown--wishList-backgroundColor"
},
{
"type": "heading",
"content": "Number of products displayed"
Expand Down Expand Up @@ -1918,6 +1918,13 @@
"label": "Use background image",
"id": "optimizedCheckout-show-backgroundImage"
},
{
"type": "color",
"label": "Background color",
"reference": "optimizedCheckout-show-backgroundImage",
"reference_default": false,
"id": "optimizedCheckout-header-backgroundColor"
},
{
"type": "optimizedCheckout-image",
"label": "1000 x 400px recommended",
Expand All @@ -1943,11 +1950,6 @@
}
]
},
{
"type": "color",
"label": "Background color",
"id": "optimizedCheckout-header-backgroundColor"
},
{
"type": "color",
"label": "Header text color",
Expand Down Expand Up @@ -2025,7 +2027,7 @@
},
{
"type": "heading",
"content": "Discount banner"
"content": "Discount Banner"
},
{
"type": "color",
Expand Down Expand Up @@ -2184,7 +2186,7 @@
},
{
"type": "color",
"label": "Focus color",
"label": "Focus Color",
"id": "optimizedCheckout-colorFocus"
},
{
Expand Down Expand Up @@ -2580,11 +2582,11 @@
},
{
"type": "heading",
"content": "Form checklist"
"content": "Form Checklist"
},
{
"type": "color",
"label": "Background color",
"label": "Background Color",
"id": "optimizedCheckout-formChecklist-backgroundColor"
},
{
Expand All @@ -2604,7 +2606,7 @@
},
{
"type": "heading",
"content": "Loading toaster"
"content": "Loading Toaster"
},
{
"type": "color",
Expand All @@ -2623,20 +2625,24 @@
"enable": "smartButtons",
"settings": [
{
"type": "checkbox",
"label": "Show Paypal tagline",
"force_reload": true,
"id": "paymentbuttons-paypal-tagline"
},
{
"type": "checkbox",
"label": "Show funding icons",
"force_reload": true,
"id": "paymentbuttons-paypal-fundingicons"
"type": "select",
"label": "Layout",
"id": "paymentbuttons-paypal-layout",
"force_reload": true,
"options": [
{
"value": "horizontal",
"label": "Horizontal"
},
{
"value": "vertical",
"label": "Vertical"
}
]
},
{
"type": "select",
"label": "Button color",
"label": "Color",
"id": "paymentbuttons-paypal-color",
"force_reload": true,
"options": [
Expand All @@ -2660,7 +2666,7 @@
},
{
"type": "select",
"label": "Button shape",
"label": "Shape",
"id": "paymentbuttons-paypal-shape",
"force_reload": true,
"options": [
Expand All @@ -2676,7 +2682,7 @@
},
{
"type": "select",
"label": "Button size",
"label": "Size",
"id": "paymentbuttons-paypal-size",
"force_reload": true,
"options": [
Expand All @@ -2700,7 +2706,7 @@
},
{
"type": "select",
"label": "Button content",
"label": "Display Label",
"id": "paymentbuttons-paypal-label",
"force_reload": true,
"options": [
Expand All @@ -2723,20 +2729,16 @@
]
},
{
"type": "select",
"label": "Display style",
"id": "paymentbuttons-paypal-layout",
"force_reload": true,
"options": [
{
"value": "horizontal",
"label": "Show buttons horizontally"
},
{
"value": "vertical",
"label": "Show buttons vertically"
}
]
"type": "checkbox",
"label": "Display the Paypal Tagline",
"force_reload": true,
"id": "paymentbuttons-paypal-tagline"
},
{
"type": "checkbox",
"label": "Display the Funding Icons",
"force_reload": true,
"id": "paymentbuttons-paypal-fundingicons"
}
]
}
Expand Down

0 comments on commit a6ebf49

Please sign in to comment.