forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -76,6 +76,33 @@
|
||||
}
|
||||
},
|
||||
//
|
||||
"footer-layout.desktop": {
|
||||
"children": [
|
||||
"flex-layout.row#newsletter",
|
||||
"flex-layout.row#footer-1-desktop",
|
||||
"flex-layout.row#footer-3-desktop"
|
||||
]
|
||||
},
|
||||
"footer-layout.mobile": {
|
||||
"children": [
|
||||
"flex-layout.row#newsletter",
|
||||
"flex-layout.row#1-footer-mobile",
|
||||
"flex-layout.row#2-footer-mobile"
|
||||
]
|
||||
},
|
||||
"flex-layout.row#newsletter": {
|
||||
"children": ["newsletter"],
|
||||
"props": {
|
||||
"blockClass": "newsletter-footer"
|
||||
}
|
||||
},
|
||||
"newsletter": {
|
||||
"props": {
|
||||
"label": "Assine nossa newsletter",
|
||||
"placeholder": "Digite seu e-mail"
|
||||
}
|
||||
},
|
||||
//
|
||||
"html#breadcrumb": {
|
||||
"props": {
|
||||
"tag": "section",
|
||||
|
Loading…
Reference in New Issue
Block a user