customer_account_edit.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9. <update handle="customer_account"/>
  10. <body>
  11. <referenceBlock name="head.components">
  12. <block class="Magento\Framework\View\Element\Js\Components" name="customer_account_edit_head_components" template="Magento_Customer::js/components.phtml"/>
  13. </referenceBlock>
  14. <referenceBlock name="page.main.title">
  15. <action method="setPageTitle">
  16. <argument translate="true" name="title" xsi:type="string">Edit Account Information</argument>
  17. </action>
  18. </referenceBlock>
  19. <referenceContainer name="content">
  20. <block class="Magento\Customer\Block\Form\Edit" name="customer_edit" template="Magento_Customer::form/edit.phtml" cacheable="false">
  21. <container name="form.additional.info" as="form_additional_info"/>
  22. </block>
  23. </referenceContainer>
  24. </body>
  25. </page>