challenge-vtex-io-emersonfully/store/blocks/minicart.jsonc
2023-02-06 20:02:40 -03:00

18 lines
354 B
Plaintext

{
"add-to-cart-button": {
"props": {
"addToCartFeedback": "customEvent",
"customPixelEventId": "add-to-cart-button",
"text": "Adicionar à sacola",
"blockClass": "addToCart"
}
},
"minicart.v2": {
"props": {
"customPixelEventId": "add-to-cart-button"
},
"children": ["minicart-base-content"]
}
}