From 99c9575d0d977f1034cbd5f8fc16b32884436973 Mon Sep 17 00:00:00 2001 From: Rallenson Date: Mon, 6 Feb 2023 12:18:22 -0300 Subject: [PATCH] feat(carrousel):add prateleira --- store/blocks/pdp/product.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 03aea85..0b9249a 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -1,7 +1,9 @@ { "store.product": { "children": [ - "html#departaments" + "html#departaments", + "flex-layout.row#specifications-title", + "html#carousel" ] }, "html#carousel": {