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

27 lines
559 B
Plaintext

{
"html#add-to-cart": {
"props": {
"testId": "add-to-cart-button",
"blockClass": "add-to-cart"
},
"children": ["add-to-cart-button#addToCart"]
},
"add-to-cart-button#addToCart": {
"props": {
"blockClass": "addToCart",
"addToCartFeedback": "customEvent",
"customPixelEventId": "add-to-cart-button",
"width": "75%",
"text": "ADICIONAR À SACOLA"
}
},
"minicart.v2": {
"props": {
"customPixelEventId": "add-to-cart-button"
},
"children": ["minicart-base-content"]
}
}