Skip to content

Commit 43d5e1c

Browse files
committed
Add missing viewModel to luma theme
1 parent b1bb8e1 commit 43d5e1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

view/frontend/layout/catalog_product_view.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
10-
<referenceBlock name="breadcrumbs" template="Opengento_ProductBreadcrumbs::product/breadcrumbs.phtml"/>
10+
<referenceBlock name="breadcrumbs" template="Opengento_ProductBreadcrumbs::product/breadcrumbs.phtml">
11+
<arguments>
12+
<argument name="breadcrumbsConfig" xsi:type="object">Opengento\ProductBreadcrumbs\ViewModel\Product\Breadcrumbs</argument>
13+
</arguments>
14+
</referenceBlock>
1115
</body>
1216
</page>

0 commit comments

Comments
 (0)