challenge-vtex-io-rafael-sa.../store/blocks/minicart.jsonc

19 lines
386 B
Plaintext
Raw Normal View History

{
"add-to-cart-button#addToCart": {
"props": {
"blockClass": "addToCart",
"addToCartFeedback": "customEvent",
2023-01-25 21:01:47 +00:00
"customPixelEventId": "add-to-cart-button",
2023-01-26 19:53:58 +00:00
"width": "75%",
2023-01-25 21:01:47 +00:00
"text": "ADICIONAR À SACOLA"
}
},
"minicart.v2": {
"props": {
"customPixelEventId": "add-to-cart-button"
},
"children": ["minicart-base-content"]
}
}