Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created February 9, 2018 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinguistMB/1367cb4e9abb667313af4e13023c1446 to your computer and use it in GitHub Desktop.
Save LinguistMB/1367cb4e9abb667313af4e13023c1446 to your computer and use it in GitHub Desktop.
<referenceBlock name="breadcrumbs">
<action method="addCrumb">
<argument name="crumbName" xsi:type="string">Home</argument>
<argument name="crumbInfo" xsi:type="array">
<item name="title" xsi:type="string">Home</item>
<item name="label" xsi:type="string">Home</item>
<item name="link" xsi:type="string">/</item>
</argument>
</action>
<action method="addCrumb">
<argument name="crumbName" xsi:type="string">Shopping Cart</argument>
<argument name="crumbInfo" xsi:type="array">
<item name="title" xsi:type="string">Shopping Cart</item>
<item name="label" xsi:type="string">Shopping Cart</item>
<item name="link" xsi:type="string">/checkout/cart</item>
</argument>
</action>
</referenceBlock>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment