Skip to content

Commit

Permalink
🧑‍🏫 🇬🇧
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Oct 15, 2024
1 parent bd59836 commit bdce4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<arguments>
<argument name="strategies" xsi:type="array">
<item name="deepest" xsi:type="object">Opengento\ProductBreadcrumbs\Service\Breadcrumbs\DeepestCategory</item>
<item name="shallowest" xsi:type="object">Opengento\ProductBreadcrumbs\Service\Breadcrumbs\ShallowestCategory</item>
<item name="closest" xsi:type="object">Opengento\ProductBreadcrumbs\Service\Breadcrumbs\ClosestCategory</item>
</argument>
</arguments>
</type>
Expand All @@ -22,7 +22,7 @@
<argument name="direction" xsi:type="const">Magento\Framework\Data\Collection::SORT_ORDER_DESC</argument>
</arguments>
</virtualType>
<virtualType name="Opengento\ProductBreadcrumbs\Service\Breadcrumbs\ShallowestCategory" type="Opengento\ProductBreadcrumbs\Service\Breadcrumbs\DepthStrategy">
<virtualType name="Opengento\ProductBreadcrumbs\Service\Breadcrumbs\ClosestCategory" type="Opengento\ProductBreadcrumbs\Service\Breadcrumbs\DepthStrategy">
<arguments>
<argument name="direction" xsi:type="const">Magento\Framework\Data\Collection::SORT_ORDER_ASC</argument>
</arguments>
Expand Down

0 comments on commit bdce4d8

Please sign in to comment.