From 8ca6335d4d1cfd376bc11bcd888e30d34be8d18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Galindo?= <33326122+chestergalindo@users.noreply.github.com> Date: Tue, 15 Jun 2021 14:45:24 -0500 Subject: [PATCH] [add] add countdown for bloks --- manifest.json | 3 ++- store/blocks/home/home.jsonc | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 82d85502..1085e48a 100644 --- a/manifest.json +++ b/manifest.json @@ -60,7 +60,8 @@ "vtex.store-form": "0.x", "vtex.product-highlights": "2.x", "vtex.product-specifications": "1.x", - "vtex.tab-layout": "0.x" + "vtex.tab-layout": "0.x", + "vtex.countdown": "0.x" }, "peerDependencies": { "vtex.reviews-and-ratings": "2.x" diff --git a/store/blocks/home/home.jsonc b/store/blocks/home/home.jsonc index 0e7cfad4..c70d6c30 100644 --- a/store/blocks/home/home.jsonc +++ b/store/blocks/home/home.jsonc @@ -1,6 +1,7 @@ { "store.home": { "blocks": [ + "countdown", "list-context.image-list#demo", /* You can make references to blocks defined in other files. * For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ @@ -100,4 +101,9 @@ "blockClass": "link" } } + // "countdown":{ + // "props": { + + // } + // } }