Skip to content

Commit

Permalink
MERC-4097 Copy changes, rearrange Payment Buttons section
Browse files Browse the repository at this point in the history
  • Loading branch information
christensenep committed Sep 30, 2018
1 parent a6ebf49 commit 568db6a
Showing 1 changed file with 144 additions and 146 deletions.
290 changes: 144 additions & 146 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 @@ -1275,15 +1275,10 @@
"id": "shop_by_price_visibility"
},
{
"type": "checkbox",
"label": "Show product reviews",
"force_reload": true,
"id": "show_product_reviews_tabs"
},
{
"type": "color",
"label": "Wishlist dropdown background",
"id": "dropdown--wishList-backgroundColor"
"type": "checkbox",
"label": "Show product reviews",
"force_reload": true,
"id": "show_product_reviews_tabs"
},
{
"type": "select",
Expand Down Expand Up @@ -1343,6 +1338,11 @@
}
]
},
{
"type": "color",
"label": "Wishlist dropdown background",
"id": "dropdown--wishList-backgroundColor"
},
{
"type": "heading",
"content": "Number of products displayed"
Expand Down Expand Up @@ -1918,13 +1918,6 @@
"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 @@ -1950,6 +1943,11 @@
}
]
},
{
"type": "color",
"label": "Background color",
"id": "optimizedCheckout-header-backgroundColor"
},
{
"type": "color",
"label": "Header text color",
Expand Down Expand Up @@ -2027,7 +2025,7 @@
},
{
"type": "heading",
"content": "Discount Banner"
"content": "Discount banner"
},
{
"type": "color",
Expand Down Expand Up @@ -2186,7 +2184,7 @@
},
{
"type": "color",
"label": "Focus Color",
"label": "Focus color",
"id": "optimizedCheckout-colorFocus"
},
{
Expand Down Expand Up @@ -2582,11 +2580,11 @@
},
{
"type": "heading",
"content": "Form Checklist"
"content": "Form checklist"
},
{
"type": "color",
"label": "Background Color",
"label": "Background color",
"id": "optimizedCheckout-formChecklist-backgroundColor"
},
{
Expand All @@ -2606,7 +2604,7 @@
},
{
"type": "heading",
"content": "Loading Toaster"
"content": "Loading toaster"
},
{
"type": "color",
Expand All @@ -2621,125 +2619,125 @@
]
},
{
"name": "Payment Buttons",
"enable": "smartButtons",
"settings": [
{
"type": "select",
"label": "Layout",
"id": "paymentbuttons-paypal-layout",
"force_reload": true,
"options": [
{
"value": "horizontal",
"label": "Horizontal"
},
{
"value": "vertical",
"label": "Vertical"
}
]
},
{
"type": "select",
"label": "Color",
"id": "paymentbuttons-paypal-color",
"force_reload": true,
"options": [
{
"value": "gold",
"label": "Gold"
},
{
"value": "blue",
"label": "Blue"
},
{
"value": "silver",
"label": "Silver"
},
{
"value": "black",
"label": "Black"
}
]
},
{
"type": "select",
"label": "Shape",
"id": "paymentbuttons-paypal-shape",
"force_reload": true,
"options": [
{
"value": "pill",
"label": "Pill"
},
{
"value": "rect",
"label": "Rectangle"
}
]
},
{
"type": "select",
"label": "Size",
"id": "paymentbuttons-paypal-size",
"force_reload": true,
"options": [
{
"value": "small",
"label": "Small"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "large",
"label": "Large"
},
{
"value": "responsive",
"label": "Responsive"
}
]
},
{
"type": "select",
"label": "Display Label",
"id": "paymentbuttons-paypal-label",
"force_reload": true,
"options": [
{
"value": "checkout",
"label": "Paypal Checkout"
},
{
"value": "pay",
"label": "Pay with Paypal"
},
{
"value": "buynow",
"label": "Buy Now"
},
{
"value": "paypal",
"label": "Paypal"
}
]
},
{
"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"
"name": "Payment Buttons",
"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": "Button color",
"id": "paymentbuttons-paypal-color",
"force_reload": true,
"options": [
{
"value": "gold",
"label": "Gold"
},
{
"value": "blue",
"label": "Blue"
},
{
"value": "silver",
"label": "Silver"
},
{
"value": "black",
"label": "Black"
}
]
]
},
{
"type": "select",
"label": "Button shape",
"id": "paymentbuttons-paypal-shape",
"force_reload": true,
"options": [
{
"value": "pill",
"label": "Pill"
},
{
"value": "rect",
"label": "Rectangle"
}
]
},
{
"type": "select",
"label": "Button size",
"id": "paymentbuttons-paypal-size",
"force_reload": true,
"options": [
{
"value": "small",
"label": "Small"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "large",
"label": "Large"
},
{
"value": "responsive",
"label": "Responsive"
}
]
},
{
"type": "select",
"label": "Button content",
"id": "paymentbuttons-paypal-label",
"force_reload": true,
"options": [
{
"value": "checkout",
"label": "Paypal Checkout"
},
{
"value": "pay",
"label": "Pay with Paypal"
},
{
"value": "buynow",
"label": "Buy Now"
},
{
"value": "paypal",
"label": "Paypal"
}
]
},
{
"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"
}
]
}
]
}
]

0 comments on commit 568db6a

Please sign in to comment.