2023-01-12 16:56:35 +00:00
|
|
|
{
|
2023-02-03 14:19:33 +00:00
|
|
|
"html#add-to-cart": {
|
|
|
|
"props": {
|
|
|
|
"testId": "add-to-cart-button",
|
|
|
|
"blockClass": "add-to-cart"
|
|
|
|
},
|
|
|
|
"children": ["add-to-cart-button#addToCart"]
|
|
|
|
},
|
|
|
|
|
2023-01-24 20:01:15 +00:00
|
|
|
"add-to-cart-button#addToCart": {
|
2023-01-12 16:56:35 +00:00
|
|
|
"props": {
|
2023-01-24 20:01:15 +00:00
|
|
|
"blockClass": "addToCart",
|
2023-01-12 16:56:35 +00:00
|
|
|
"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"
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"minicart.v2": {
|
|
|
|
"props": {
|
|
|
|
"customPixelEventId": "add-to-cart-button"
|
|
|
|
},
|
|
|
|
"children": ["minicart-base-content"]
|
|
|
|
}
|
|
|
|
}
|