challenge-vtex-io-vitor-soares/store/blocks/minicart.jsonc

27 lines
515 B
Plaintext
Raw Normal View History

{
"add-to-cart-button": {
"props": {
"addToCartFeedback": "customEvent",
2023-01-25 22:35:24 +00:00
"customPixelEventId": "add-to-cart-button",
"blockClass": "button-buy-product"
}
},
2023-02-09 03:42:27 +00:00
"html#add-to-cart-button": {
"props": {
"testId": "add-to-cart-button",
"blockClass": "add-to-cart-button"
},
"children": [
"add-to-cart-button"
]
},
"minicart.v2": {
"props": {
"customPixelEventId": "add-to-cart-button"
},
"children": ["minicart-base-content"]
}
}