challenge-vtex-io-emersonfully/store/blocks/product-summary/product-specification-list.jsonc
2023-02-08 21:15:54 -03:00

26 lines
627 B
Plaintext

{
"product-specification-group#summary": {
"children": ["product-specification#summary"]
},
"product-specification#summary": {
"children": ["flex-layout.row#summarySpecificationValues"]
},
"flex-layout.row#summarySpecificationValues": {
"props": {
"preventHorizontalStretch": true,
"colGap": 3
},
"children": [
"rich-text#summarySpecificationBullet",
"product-specification-values"
]
},
"rich-text#summarySpecificationBullet": {
"props": {
"text": "•",
"textColor": "c-action-primary",
"blockClass": "summarySpecificationBullet"
}
}
}