Created
August 25, 2023 15:01
-
-
Save zeluizr/0ec53edef6d9c4b7d8b66f82c11ef7b9 to your computer and use it in GitHub Desktop.
Home AndesML
This file contains hidden or 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
Show hidden characters
{ | |
"store.home": { | |
"blocks": ["rich-text", "sponsored-banner#home"] | |
}, | |
"sponsored-banner#home": { | |
"props": { | |
"isActive": true, | |
"tenent_id": "", | |
"client_id": "", | |
"access_token": "" | |
} | |
}, | |
"rich-text": { | |
"props": { | |
"text": "VTEX Store Framework", | |
"textAlignment": "CENTER", | |
"textPosition": "CENTER", | |
"font": "t-heading-1" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment