diff --git a/CHANGELOG.md b/CHANGELOG.md index 17de83ce7d..8a48ff872d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed PDP not respecting "quantity box" display settings. [#2291](https://github.com/bigcommerce/cornerstone/pull/2291) - Added integrarion of storefront-account-payments lib [#2288][https://github.com/bigcommerce/cornerstone/pull/2288] - Bump Stencil utils to 6.13.0 [#2300][https://github.com/bigcommerce/cornerstone/pull/2300] +- Removed non-working functionality from schema.json [#2301][https://github.com/bigcommerce/cornerstone/pull/2301] ## 6.7.0 (11-03-2022) - Fixed escaping on created store account confirm message. [#2265]https://github.com/bigcommerce/cornerstone/pull/2265 diff --git a/config.json b/config.json index e632905da2..a184ad92a8 100644 --- a/config.json +++ b/config.json @@ -329,7 +329,6 @@ "paymentbuttons-paypal-accelerated-content-color": "white", "paymentbuttons-paypal-accelerated-content-label": "checkout", "paymentbuttons-paypal-accelerated-border-color": "black", - "paymentbuttons-paypal-layout": "vertical", "paymentbuttons-paypal-color": "gold", "paymentbuttons-paypal-shape": "rect", "paymentbuttons-paypal-label": "checkout", diff --git a/schema.json b/schema.json index 52e44683a8..07855a498c 100644 --- a/schema.json +++ b/schema.json @@ -3017,23 +3017,6 @@ } ] }, - { - "type": "select", - "label": "i18n.DisplayStyle", - "id": "paymentbuttons-paypal-layout", - "enable": "payPalProvidersEnabled", - "force_reload": true, - "options": [ - { - "value": "horizontal", - "label": "i18n.ShowButtonsHorizontally" - }, - { - "value": "vertical", - "label": "i18n.ShowButtonsVertically" - } - ] - }, { "type": "heading", "content": "i18n.CheckoutPayPalButton", diff --git a/schemaTranslations.json b/schemaTranslations.json index 353f951682..0f6232e5e4 100644 --- a/schemaTranslations.json +++ b/schemaTranslations.json @@ -4929,40 +4929,6 @@ "no": "PayPal", "ko": "PayPal 표시" }, - "i18n.ShowButtonsHorizontally": { - "default": "Show buttons horizontally", - "fr": "Afficher les boutons horizontalement", - "it": "Mostra pulsanti in senso orizzontale", - "zh": "水平显示按钮", - "de": "Schaltflächen horizontal anzeigen", - "es": "Mostrar botones en horizontal", - "nl": "Knoppen horizontaal weergeven", - "pt": "Mostrar botões horizontalmente", - "pt-BR": "Mostrar botões horizontalmente", - "sv": "Visa knappar horisontalt", - "es-MX": "Mostrar botones horizontalmente", - "es-419": "Mostrar botones horizontalmente", - "da": "Vis knapper vandret", - "no": "Vis knapper horisontalt", - "ko": "버튼을 가로로 정렬" - }, - "i18n.ShowButtonsVertically": { - "default": "Show buttons vertically", - "fr": "Afficher les boutons verticalement", - "it": "Mostra pulsanti in senso verticale", - "zh": "垂直显示按钮", - "de": "Schaltflächen vertikal anzeigen", - "es": "Mostrar botones en vertical", - "nl": "Knoppen verticaal weergeven", - "pt": "Mostrar botões verticalmente", - "pt-BR": "Mostrar botões verticalmente", - "sv": "Visa knappar vertikalt", - "es-MX": "Mostrar botones verticalmente", - "es-419": "Mostrar botones verticalmente", - "da": "Vis knapper lodret", - "no": "Vis knapper vertikalt", - "ko": "버튼을 세로로 정렬" - }, "i18n.CheckoutPayPalButton": { "default": "PayPal Button on checkout page", "fr": "Bouton PayPal sur la page de paiement",