challenge-vtex-io-Rhayllon-.../store/blocks/minicart.jsonc

23 lines
474 B
Plaintext

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