Skip to content

Commit

Permalink
Add missing viewModel to luma theme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Aug 28, 2024
1 parent b1bb8e1 commit 43d5e1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="breadcrumbs" template="Opengento_ProductBreadcrumbs::product/breadcrumbs.phtml"/>
<referenceBlock name="breadcrumbs" template="Opengento_ProductBreadcrumbs::product/breadcrumbs.phtml">
<arguments>
<argument name="breadcrumbsConfig" xsi:type="object">Opengento\ProductBreadcrumbs\ViewModel\Product\Breadcrumbs</argument>
</arguments>
</referenceBlock>
</body>
</page>

0 comments on commit 43d5e1c

Please sign in to comment.