Gabarito para o passo 'Começando com o Rich Text'
// store/blocks/home.jsonc
{
"store.home": {
"blocks": ["rich-text"]
},
"rich-text": {
"props": {
"text": "**Hello, World!**",
"textPosition": "RIGHT"
}
}
}
Help us make this content better!
VTEX IO courses are open source. If you see something wrong, you can open a pull request!
Make a contributionUpdated almost 4 years ago