customer_index_edit.xml 795 B

12345678910111213141516171819
  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" layout="admin-2columns-left"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  10. <head>
  11. <link src="Magento_Customer::js/bootstrap/customer-post-action.js"/>
  12. </head>
  13. <body>
  14. <referenceContainer name="admin.scope.col.wrap" htmlClass="admin__old" /> <!-- ToDo UI: remove this wrapper with old styles removal. The class name "admin__old" is for tests only, we shouldn't use it in any way -->
  15. <referenceContainer name="content">
  16. <uiComponent name="customer_form"/>
  17. </referenceContainer>
  18. </body>
  19. </page>