forked from M3-Academy/challenge-vtex-io
feat: adicionando product-breadcrumb.jsonc para organizar o product.jsonc
This commit is contained in:
parent
5caa201463
commit
1696631ddd
10
store/blocks/pdp/product-breadcrumb.jsonc
Normal file
10
store/blocks/pdp/product-breadcrumb.jsonc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"html#breadcrumb": {
|
||||||
|
"props": {
|
||||||
|
"tag": "section",
|
||||||
|
"testId": "breadcrumbs",
|
||||||
|
"blockClass": "pdp-breadcrumb"
|
||||||
|
},
|
||||||
|
"children": ["breadcrumb"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user