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": { + + // } + // } }