challenge-vtex-io-thiago-br.../store/blocks/minicart.jsonc

17 lines
321 B
Plaintext

{
"add-to-cart-button": {
"props": {
"addToCartFeedback": "customEvent",
"customPixelEventId": "add-to-cart-button",
"text": "ADICIONAR À SACOLA"
}
},
"minicart.v2": {
"props": {
"customPixelEventId": "add-to-cart-button"
},
"children": ["minicart-base-content"]
}
}