Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created February 9, 2018 14:17
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/2c6dbc7008b0f073b622496c8d0a2f5f to your computer and use it in GitHub Desktop.
Save LinguistMB/2c6dbc7008b0f073b622496c8d0a2f5f to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="logo" destination="header-wrapper.grid-container"/>
<referenceBlock name="page.preloader" remove="true" />
<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>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment