26 lines
517 B
Plaintext
26 lines
517 B
Plaintext
{
|
|
"add-to-cart-button": {
|
|
"props": {
|
|
"addToCartFeedback": "customEvent",
|
|
"customPixelEventId": "add-to-cart-button",
|
|
"text": "ADICIONAR À SACOLA"
|
|
}
|
|
},
|
|
|
|
"html#add-to-cart-button": {
|
|
"props":{
|
|
"tag": "div",
|
|
"testId": "add-to-cart-button",
|
|
"blockClass": "add-to-cart-button"
|
|
},
|
|
"children": ["add-to-cart-button"]
|
|
},
|
|
|
|
"minicart.v2": {
|
|
"props": {
|
|
"customPixelEventId": "add-to-cart-button"
|
|
},
|
|
"children": ["minicart-base-content"]
|
|
}
|
|
}
|