🚧 WARNING
This app is now supported by ACCT. For more information and support, email
support@acct.global
.
VTEX FlixMedia https://flixmedia.eu/
This app uses our store builder with the blocks architecture. To know more about Store Builder click here..
To configure or customize this app, you need to import it in your dependencies in manifest.json
.
dependencies: {
"vtex.flixmedia": "0.x"
}
Just add product-details.flixmedia
as a child in your store.product
like so:
"store.product": {
"children": [
"product-description",
"product-description.flixmedia",
]
}