feat: cria bloco de newsletter na pagina de produto.

This commit is contained in:
Emmanuel Vitor Pereira de Jesus 2023-02-05 13:02:54 -03:00
parent c9a06914fb
commit 5c52dbbdef
3 changed files with 8 additions and 3 deletions

View File

@ -15,7 +15,6 @@
"postreleasy": "vtex publish --verbose" "postreleasy": "vtex publish --verbose"
}, },
"dependencies": { "dependencies": {
"agenciamagma.store-theme": "5.x",
"vtex.store": "2.x", "vtex.store": "2.x",
"vtex.store-header": "2.x", "vtex.store-header": "2.x",
"vtex.product-summary": "2.x", "vtex.product-summary": "2.x",

View File

@ -7,6 +7,7 @@
"flex-layout.row#specifications-title", "flex-layout.row#specifications-title",
"product-specification-group#table", "product-specification-group#table",
"shelf.relatedProducts", "shelf.relatedProducts",
"newsletter#m3-newsletter",
"product-questions-and-answers" "product-questions-and-answers"
] ]
}, },
@ -181,5 +182,10 @@
"Pinterest": true "Pinterest": true
} }
} }
},
"newsletter#m3-newsletter": {
"props": {
"placeholder": "Digite seu e-mail"
}
} }
} }

View File

@ -1,3 +1,3 @@
.newsletter{ .newsletter {
background: red; background: red;
} }