modificações na newsletter

This commit is contained in:
Emerson Fully 2023-02-06 20:00:47 -03:00
parent 9eab316f99
commit 3457529cba

View File

@ -2,9 +2,9 @@
"store.home": { "store.home": {
"blocks": [ "blocks": [
"list-context.image-list#demo", "list-context.image-list#demo",
"example-component", /* You can make references to blocks defined in other files. "example-component",
* For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ /* You can make references to blocks defined in other files.
"flex-layout.row#deals", * For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ "flex-layout.row#deals",
"__fold__", "__fold__",
"rich-text#shelf-title", "rich-text#shelf-title",
"flex-layout.row#shelf", "flex-layout.row#shelf",
@ -100,5 +100,12 @@
"text": "\n**Reach us at**\nwww.vtex.com.br", "text": "\n**Reach us at**\nwww.vtex.com.br",
"blockClass": "link" "blockClass": "link"
} }
},
"newsletter": {
"props": {
"label": "Assine nossa newsletter",
"placeholder": "Digite seu e-mail"
}
} }
} }