Last active
September 4, 2019 17:01
-
-
Save felippenardi/9f9c574aa2424f5e075cc0c0beb0f735 to your computer and use it in GitHub Desktop.
git.io/home-json-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"store.home": { | |
"blocks": [ | |
"info-card#principal", | |
"info-card#bottom", | |
"shelf" | |
] | |
}, | |
"info-card#principal": { | |
"props": { | |
"blockClass": "principal", | |
"callToActionMode": "none", | |
"imageUrl": "https://partnerchallenge29.vteximg.com.br/arquivos/mountain-182181.png", | |
"headline": "Cada deporte. Cada temporada.", | |
"subhead": "", | |
"isFullModeStyle": true | |
} | |
}, | |
"info-card#bottom": { | |
"props": { | |
"blockClass": "bottom", | |
"callToActionMode": "none", | |
"imageUrl": "https://partnerchallenge29.vteximg.com.br/arquivos/preparate-invierno-3371.png", | |
"headline": "Prepárate para el invierno.", | |
"subhead": "", | |
"isFullModeStyle": true | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment