Last active
August 2, 2024 21:43
-
-
Save markshust/7736c64698d73146d9025dec16b0880a to your computer and use it in GitHub Desktop.
app/code/Macademy/CheckoutMessages/view/frontend/layout/checkout_index_index.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | |
| <body> | |
| <referenceContainer name="content"> | |
| <referenceBlock name="checkout.root"> | |
| <arguments> | |
| <argument name="jsLayout" xsi:type="array"> | |
| <item name="components" xsi:type="array"> | |
| <item name="checkout" xsi:type="array"> | |
| <item name="children" xsi:type="array"> | |
| <item name="sidebar" xsi:type="array"> | |
| <item name="config" xsi:type="array"> | |
| <item name="template" xsi:type="string">Macademy_CheckoutMessages/sidebar</item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </item> | |
| </argument> | |
| </arguments> | |
| </referenceBlock> | |
| </referenceContainer> | |
| </body> | |
| </page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 21 should be
</referenceBlock>