File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ Describe how to customize the “My Account” section.
16
16
* See COPYING.txt for license details.
17
17
*/
18
18
-->
19
- <page layout = " 2columns-left " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
19
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
20
20
<body >
21
- <referenceContainer name =" customer_account_navigation" >
21
+ <referenceBlock name =" customer_account_navigation" >
22
22
<block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-address-link" >
23
23
<arguments >
24
24
<argument name =" label" xsi : type =" string" translate =" true" >Russell Special</argument >
25
25
<argument name =" path" xsi : type =" string" >special/link</argument >
26
26
<argument name =" sortOrder" xsi : type =" number" >165</argument >
27
27
</arguments >
28
28
</block >
29
- </referenceContainer >
29
+ </referenceBlock >
30
30
</body >
31
31
</page >
32
32
```
You can’t perform that action at this time.
0 commit comments