From ba26c57cb08c1024e2be86c5eb413afdacd5b7c9 Mon Sep 17 00:00:00 2001 From: Gabriel Ferraz Date: Mon, 6 Feb 2023 17:24:34 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20altera=C3=A7=C3=B5es=20product-jason?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/blocks/pdp/product.jsonc | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 0ee54f4..8d282b1 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -5,8 +5,6 @@ "condition-layout.product#availability", "tab-layout#desc", "flex-layout.row#specifications-title", - // "product-specification-group#table", - // "shelf.relatedProducts", "list-context.product-list#demo1", "product-questions-and-answers", "newsletter" @@ -82,25 +80,7 @@ "rowGap": 0 } }, - "html#prateleira": { - "props": { - "testId": "vtex-product-summary" - }, - "children": [ - "product-summary-name", - "product-summary-description", - "product-summary-image", - "product-summary-price", - "product-summary-sku-selector", - "product-summary-buy-button" - ] - }, - "html#imagens": { - "props": { - "testId": "product-images" - }, - "children": ["product-images"] - }, + "flex-layout.row#product-image": { "children": ["product-images"] }, @@ -135,7 +115,6 @@ "product-gifts", "availability-subscriber", "shipping-simulator" - // "share#default" ] }, @@ -333,7 +312,14 @@ }, "product-summary.shelf#demo1": { - "children": ["html#prateleira"] + "children": [ + "product-summary-name", + "product-summary-description", + "product-summary-image", + "product-summary-price", + "product-summary-sku-selector", + "product-summary-buy-button" + ] }, "slider-layout#demo-products": {