From 568db6a317f40ecc6df7acc404d037ed02604225 Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Sat, 29 Sep 2018 17:33:48 -0700 Subject: [PATCH] MERC-4097 Copy changes, rearrange Payment Buttons section --- schema.json | 290 ++++++++++++++++++++++++++-------------------------- 1 file changed, 144 insertions(+), 146 deletions(-) diff --git a/schema.json b/schema.json index 71c38d28f0..b34b4c7f5c 100644 --- a/schema.json +++ b/schema.json @@ -364,7 +364,7 @@ "type": "select", "id": "product_list_display_mode", "force_reload": true, - "label": "Display Style", + "label": "Display style", "options": [ { "value": "grid", @@ -878,7 +878,7 @@ }, { "type": "select", - "label": "Seal Size", + "label": "Seal size", "id": "geotrust_ssl_seal_size", "options": [ { @@ -903,7 +903,7 @@ }, { "type": "checkbox", - "label": "Show Carousel", + "label": "Show carousel", "force_reload": true, "id": "homepage_show_carousel" }, @@ -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": [ @@ -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": [ @@ -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": [ @@ -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", @@ -1343,6 +1338,11 @@ } ] }, + { + "type": "color", + "label": "Wishlist dropdown background", + "id": "dropdown--wishList-backgroundColor" + }, { "type": "heading", "content": "Number of products displayed" @@ -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", @@ -1950,6 +1943,11 @@ } ] }, + { + "type": "color", + "label": "Background color", + "id": "optimizedCheckout-header-backgroundColor" + }, { "type": "color", "label": "Header text color", @@ -2027,7 +2025,7 @@ }, { "type": "heading", - "content": "Discount Banner" + "content": "Discount banner" }, { "type": "color", @@ -2186,7 +2184,7 @@ }, { "type": "color", - "label": "Focus Color", + "label": "Focus color", "id": "optimizedCheckout-colorFocus" }, { @@ -2582,11 +2580,11 @@ }, { "type": "heading", - "content": "Form Checklist" + "content": "Form checklist" }, { "type": "color", - "label": "Background Color", + "label": "Background color", "id": "optimizedCheckout-formChecklist-backgroundColor" }, { @@ -2606,7 +2604,7 @@ }, { "type": "heading", - "content": "Loading Toaster" + "content": "Loading toaster" }, { "type": "color", @@ -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" + } + ] + } + ] } ]