From 5b1f23fce2a352890ae9c80f8d0c14079267736f Mon Sep 17 00:00:00 2001 From: Emmanuel Vitor Date: Mon, 6 Feb 2023 20:25:14 -0300 Subject: [PATCH] fix: corrige poscionamento e retira dots e arrow do bloco product image, parar que siga o layout --- store/blocks/pdp/product.jsonc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 32494a9..a9e3c81 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -39,6 +39,7 @@ }, "flex-layout.row#product-main": { "props": { + "blockClass": "product-main", "colGap": 7, "rowGap": 7, "marginTop": 4, @@ -72,7 +73,6 @@ "flex-layout.col#stack": { "children": ["stack-layout"], "props": { - "width": "60%", "rowGap": 0 } }, @@ -83,9 +83,12 @@ "props": { "aspectRatio": { "desktop": "auto", - "phone": "16:9" + "phone": "auto" }, - "displayThumbnailsArrows": true + "showPaginationDots": false, + "displayThumbnailsArrows": false, + "thumbnailsOrientation": "horizontal", + "showNavigationArrows": false } }, "flex-layout.col#right-col": { -- 2.34.1