Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions store/blocks/home/home.jsonc
Original file line number Diff line number Diff line change
@@ -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. */
Expand Down Expand Up @@ -100,4 +101,9 @@
"blockClass": "link"
}
}
// "countdown":{
// "props": {

// }
// }
}